- Update to version 0.2.8 * Add executable stack markings. * Respect user's LDFLAGS * Rollback bulldozer and piledriver kernels to barcelona kernels * update openblas-0.2.6-libs.patch * update c_xerbla_no-void-return.patch * update openblas-0.2.7-noexecstack.patch OBS-URL: https://build.opensuse.org/request/show/229075 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=20
14 lines
367 B
Diff
14 lines
367 B
Diff
Index: OpenBLAS-0.2.8/ctest/c_xerbla.c
|
|
===================================================================
|
|
--- OpenBLAS-0.2.8.orig/ctest/c_xerbla.c
|
|
+++ OpenBLAS-0.2.8/ctest/c_xerbla.c
|
|
@@ -131,7 +131,7 @@ void F77_xerbla(char *srname, void *vinf
|
|
int BLASFUNC(xerbla)(char *name, blasint *info, blasint length) {
|
|
|
|
F77_xerbla(name, info);
|
|
-
|
|
+ return 0;
|
|
};
|
|
|
|
|