OBS-URL: https://build.opensuse.org/request/show/106990 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=1
13 lines
349 B
Diff
13 lines
349 B
Diff
diff -ur GotoBLAS2-orig/ctest/c_xerbla.c GotoBLAS2/ctest/c_xerbla.c
|
|
--- GotoBLAS2-orig/ctest/c_xerbla.c 2009-09-10 23:52:13.000000000 +0200
|
|
+++ GotoBLAS2/ctest/c_xerbla.c 2010-11-26 23:37:45.000000000 +0100
|
|
@@ -131,7 +131,7 @@
|
|
int BLASFUNC(xerbla)(char *name, blasint *info, blasint length) {
|
|
|
|
F77_xerbla(name, info);
|
|
-
|
|
+ return 0;
|
|
};
|
|
|
|
|