summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-Makefile
blob: 58d85b6e474553d900971ba41f1de334218d37ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile~	2011-11-18 23:04:06.000000000 +0900
+++ Makefile	2011-11-18 23:04:27.000000000 +0900
@@ -6,7 +6,11 @@
 
 include make.inc
 
+.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES"
 all: lapack_install lib blas_testing lapack_testing 
+.else
+all: lapack_install lib
+.endif
 
 lib: lapacklib tmglib
 #lib: blaslib variants lapacklib tmglib