Was missing netlib target in the patch.
This commit is contained in:
parent
1d85c7acff
commit
d78d9d88bf
@ -1,12 +1,12 @@
|
|||||||
diff -up OpenBLAS-0.2.11/Makefile.system_lapack OpenBLAS-0.2.11/Makefile
|
diff -up OpenBLAS-0.2.11/Makefile.system_lapack OpenBLAS-0.2.11/Makefile
|
||||||
--- OpenBLAS-0.2.11/Makefile.system_lapack 2014-08-18 05:16:14.000000000 +0200
|
--- OpenBLAS-0.2.11/Makefile.system_lapack 2014-08-17 20:16:14.000000000 -0700
|
||||||
+++ OpenBLAS-0.2.11/Makefile 2014-08-18 21:33:52.341214018 +0200
|
+++ OpenBLAS-0.2.11/Makefile 2014-08-23 21:02:54.004245912 -0700
|
||||||
@@ -209,58 +209,6 @@ hpl_p :
|
@@ -209,57 +209,8 @@ hpl_p :
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
-ifeq ($(NO_LAPACK), 1)
|
-ifeq ($(NO_LAPACK), 1)
|
||||||
-netlib :
|
netlib :
|
||||||
-
|
-
|
||||||
-else
|
-else
|
||||||
-netlib : lapack_prebuild
|
-netlib : lapack_prebuild
|
||||||
@ -56,13 +56,13 @@ diff -up OpenBLAS-0.2.11/Makefile.system_lapack OpenBLAS-0.2.11/Makefile
|
|||||||
-endif
|
-endif
|
||||||
- -@cat make.inc >> $(NETLIB_LAPACK_DIR)/make.inc
|
- -@cat make.inc >> $(NETLIB_LAPACK_DIR)/make.inc
|
||||||
-endif
|
-endif
|
||||||
-
|
+ @$(MAKE) -C $(NETLIB_LAPACK_DIR)
|
||||||
|
|
||||||
large.tgz :
|
large.tgz :
|
||||||
ifndef NOFORTRAN
|
ifndef NOFORTRAN
|
||||||
if [ ! -a $< ]; then
|
|
||||||
diff -up OpenBLAS-0.2.11/Makefile.system.system_lapack OpenBLAS-0.2.11/Makefile.system
|
diff -up OpenBLAS-0.2.11/Makefile.system.system_lapack OpenBLAS-0.2.11/Makefile.system
|
||||||
--- OpenBLAS-0.2.11/Makefile.system.system_lapack 2014-08-18 05:16:14.000000000 +0200
|
--- OpenBLAS-0.2.11/Makefile.system.system_lapack 2014-08-17 20:16:14.000000000 -0700
|
||||||
+++ OpenBLAS-0.2.11/Makefile.system 2014-08-18 21:33:06.792213605 +0200
|
+++ OpenBLAS-0.2.11/Makefile.system 2014-08-23 21:02:37.723976242 -0700
|
||||||
@@ -9,7 +9,7 @@ ifndef TOPDIR
|
@@ -9,7 +9,7 @@ ifndef TOPDIR
|
||||||
TOPDIR = .
|
TOPDIR = .
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user