diff options
Diffstat (limited to 'math/lapack/files/patch-TESTING+Makefile')
-rw-r--r-- | math/lapack/files/patch-TESTING+Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/lapack/files/patch-TESTING+Makefile b/math/lapack/files/patch-TESTING+Makefile new file mode 100644 index 000000000000..512eace47c83 --- /dev/null +++ b/math/lapack/files/patch-TESTING+Makefile @@ -0,0 +1,14 @@ +--- TESTING/Makefile.orig 2010-08-29 10:57:23.000000000 -0400 ++++ TESTING/Makefile 2010-08-29 10:57:43.000000000 -0400 +@@ -37,11 +37,6 @@ + + include ../make.inc + +-ifneq ($(strip $(VARLIB)),) +- LAPACKLIB := $(VARLIB) ../$(LAPACKLIB) +-endif +- +- + all: single complex double complex16 singleproto doubleproto complexproto complex16proto + + SEIGTST= snep.out \ |