mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
14 lines
357 B
Text
14 lines
357 B
Text
--- 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
|