diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-09-29 12:53:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-09-29 12:53:56 +0000 |
commit | 01f7ecb3eab5f274be76028fa2daa70385714fca (patch) | |
tree | e1bd131fe2eb4c3cb2f7fa743b6058f5cd968472 /math/lapack/files/patch-Makefile | |
parent | - Revert: overlooked the distinfo fix (diff) |
Update to 3.3.1.
According to http://www.netlib.org/lapack/lapack-3.1.0.changes
> The interfaces to primary computational routines are fixed and
> will not be changed by minor LAPACK versions (e.g. 3.x).
> Primary routines are those prefixed by a precision and matrix
> type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces
> will remain the same for all LAPACK version 3 versions.
So I didn't change the version number of shared lib.
See also PR: 116166
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 |