- 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
29 lines
569 B
Diff
29 lines
569 B
Diff
Index: OpenBLAS-0.2.8/exports/Makefile
|
|
===================================================================
|
|
--- OpenBLAS-0.2.8.orig/exports/Makefile
|
|
+++ OpenBLAS-0.2.8/exports/Makefile
|
|
@@ -22,10 +22,9 @@ ifndef NEED2UNDERSCORES
|
|
NEED2UNDERSCORES=0
|
|
endif
|
|
|
|
-ifeq ($(OSNAME), WINNT)
|
|
ifeq ($(F_COMPILER), GFORTRAN)
|
|
EXTRALIB += -lgfortran
|
|
-endif
|
|
+
|
|
ifeq ($(USE_OPENMP), 1)
|
|
ifeq ($(C_COMPILER), GCC)
|
|
EXTRALIB += -lgomp
|
|
@@ -33,11 +32,6 @@ endif
|
|
endif
|
|
endif
|
|
|
|
-ifeq ($(OSNAME), CYGWIN_NT)
|
|
-ifeq ($(F_COMPILER), GFORTRAN)
|
|
-EXTRALIB += -lgfortran
|
|
-endif
|
|
-endif
|
|
|
|
all::
|
|
|