diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-01-08 05:12:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-01-08 05:12:56 +0000 |
commit | 225176ef6ac0099f3a745c548f5e8b681d8d94eb (patch) | |
tree | 02ebe36ed4cbe0f2f67b362081c8d6d3fff7cce1 /math/lapack/files/patch-Makefile | |
parent | - Update to 1.31 which fixes build with Perl 5.14 (diff) |
Update to LAPACK 3.4.0.
PR: 163906
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=288733
Diffstat (limited to 'math/lapack/files/patch-Makefile')
-rw-r--r-- | math/lapack/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/lapack/files/patch-Makefile b/math/lapack/files/patch-Makefile index 20c1f03ba86e..58d85b6e4745 100644 --- a/math/lapack/files/patch-Makefile +++ b/math/lapack/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile~ 2008-11-08 02:20:55.000000000 +0900 -+++ Makefile 2009-04-13 13:05:23.000000000 +0900 +--- 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 lapack_testing blas_testing + all: lapack_install lib blas_testing lapack_testing +.else +all: lapack_install lib +.endif |