Deleted one line too much.
This commit is contained in:
parent
4534979eb2
commit
eacd9fed72
@ -1,7 +1,7 @@
|
|||||||
diff -up OpenBLAS-0.2.15/Makefile.system_lapack OpenBLAS-0.2.15/Makefile
|
diff -up OpenBLAS-0.2.15/Makefile.system_lapack OpenBLAS-0.2.15/Makefile
|
||||||
--- OpenBLAS-0.2.15/Makefile.system_lapack 2015-10-28 08:36:08.234073535 -0700
|
--- OpenBLAS-0.2.15/Makefile.system_lapack 2015-10-27 13:44:50.000000000 -0700
|
||||||
+++ OpenBLAS-0.2.15/Makefile 2015-10-28 08:38:10.847518880 -0700
|
+++ OpenBLAS-0.2.15/Makefile 2015-10-28 09:14:56.696685503 -0700
|
||||||
@@ -16,11 +16,6 @@ BLASDIRS += reference
|
@@ -16,11 +16,7 @@ BLASDIRS += reference
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(BLASDIRS)
|
SUBDIRS = $(BLASDIRS)
|
||||||
@ -10,10 +10,11 @@ diff -up OpenBLAS-0.2.15/Makefile.system_lapack OpenBLAS-0.2.15/Makefile
|
|||||||
-endif
|
-endif
|
||||||
-
|
-
|
||||||
-LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
|
-LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
|
||||||
|
+SUBDIRS += lapack
|
||||||
|
|
||||||
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
|
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
|
||||||
|
|
||||||
@@ -211,57 +206,8 @@ hpl_p :
|
@@ -211,57 +207,8 @@ hpl_p :
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -74,7 +75,7 @@ diff -up OpenBLAS-0.2.15/Makefile.system_lapack OpenBLAS-0.2.15/Makefile
|
|||||||
ifndef NOFORTRAN
|
ifndef NOFORTRAN
|
||||||
diff -up OpenBLAS-0.2.15/Makefile.system.system_lapack OpenBLAS-0.2.15/Makefile.system
|
diff -up OpenBLAS-0.2.15/Makefile.system.system_lapack OpenBLAS-0.2.15/Makefile.system
|
||||||
--- OpenBLAS-0.2.15/Makefile.system.system_lapack 2015-10-27 13:44:50.000000000 -0700
|
--- OpenBLAS-0.2.15/Makefile.system.system_lapack 2015-10-27 13:44:50.000000000 -0700
|
||||||
+++ OpenBLAS-0.2.15/Makefile.system 2015-10-28 08:36:08.234073535 -0700
|
+++ OpenBLAS-0.2.15/Makefile.system 2015-10-28 09:14:39.994350500 -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