ports/math/lapack/files/patch-Makefile
Maho Nakata 225176ef6a Update to LAPACK 3.4.0.
PR:		163906
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe:	yes
2012-01-08 05:12:56 +00:00

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