OBS-URL: https://build.opensuse.org/request/show/106990 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=1
22 lines
528 B
Diff
22 lines
528 B
Diff
diff -up xianyi-OpenBLAS-92ba8a7/exports/Makefile.orig xianyi-OpenBLAS-92ba8a7/exports/Makefile
|
|
--- xianyi-OpenBLAS-92ba8a7/exports/Makefile.orig 2011-09-18 11:57:28.000000000 +0300
|
|
+++ xianyi-OpenBLAS-92ba8a7/exports/Makefile 2011-09-18 18:12:39.348157211 +0300
|
|
@@ -10,17 +10,9 @@ ifndef NO_CBLAS
|
|
NO_CBLAS = 0
|
|
endif
|
|
|
|
-ifeq ($(OSNAME), WINNT)
|
|
ifeq ($(F_COMPILER), GFORTRAN)
|
|
EXTRALIB += -lgfortran
|
|
endif
|
|
-endif
|
|
-
|
|
-ifeq ($(OSNAME), CYGWIN_NT)
|
|
-ifeq ($(F_COMPILER), GFORTRAN)
|
|
-EXTRALIB += -lgfortran
|
|
-endif
|
|
-endif
|
|
|
|
all::
|
|
|