openblas/openblas-0.1.1-libs.patch

22 lines
518 B
Diff

diff -ur xianyi-OpenBLAS-e6e87a2-orig//exports/Makefile xianyi-OpenBLAS-e6e87a2//exports/Makefile
--- xianyi-OpenBLAS-e6e87a2-orig//exports/Makefile 2012-04-30 07:07:14.000000000 +0200
+++ xianyi-OpenBLAS-e6e87a2//exports/Makefile 2012-05-02 23:13:35.520485273 +0200
@@ -18,17 +18,9 @@
NO_LAPACKE = 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::