diff options
Diffstat (limited to 'math/lapack/files/patch-Makefile')
-rw-r--r-- | math/lapack/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/lapack/files/patch-Makefile b/math/lapack/files/patch-Makefile new file mode 100644 index 000000000000..04fe29e05edf --- /dev/null +++ b/math/lapack/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile 2007-09-29 10:36:38.000000000 +0900 ++++ Makefile 2007-09-29 10:38:25.000000000 +0900 +@@ -7,7 +7,11 @@ + include make.inc + + ++.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES" + all: lapack_install lib lapack_testing blas_testing ++.else ++all: lapack_install lib ++.endif + + lib: lapacklib tmglib + #lib: blaslib lapacklib tmglib |