Skip to content

Commit

Permalink
serial-libs: upgrade openblas to 0.3.28
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Sep 15, 2024
1 parent 11664ec commit 7cdbba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/serial-libs/openblas/SPECS/openblas.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%define pname openblas

Name: %{pname}-%{compiler_family}%{PROJ_DELIM}
Version: 0.3.21
Version: 0.3.28
Release: 1%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2
License: BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion tests/libs/openblas/tests/c_xerbla.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "common.h"
#include "cblas_test.h"

void cblas_xerbla(blasint info, char *rout, char *form, ...)
void cblas_xerbla(blasint info, OPENBLAS_CONST char *rout, OPENBLAS_CONST char *form, ...)
{
extern int cblas_lerr, cblas_info, cblas_ok;
extern int link_xerbla;
Expand Down

0 comments on commit 7cdbba7

Please sign in to comment.