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-ac | |
| 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-ac')
| -rw-r--r-- | math/lapack/files/patch-ac | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/math/lapack/files/patch-ac b/math/lapack/files/patch-ac deleted file mode 100644 index 74c3ed73d33e..000000000000 --- a/math/lapack/files/patch-ac +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig Wed May 17 19:33:22 2000 -+++ Makefile Wed Feb 8 19:59:57 2006 -@@ -6,10 +6,17 @@ - - include make.inc - --all: install lib testing blas_testing timing blas_timing -+.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES" -+all: install lib testing timing -+.else -+all: install lib -+.endif - --lib: lapacklib tmglib --#lib: blaslib lapacklib tmglib -+.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES" -+lib: blaslib lapacklib tmglib fpmclr_.o -+.else -+lib: lapacklib -+.endif - - clean: cleanlib cleantesting cleantiming - -@@ -18,7 +25,8 @@ - ./testdlamch; ./testsecond; ./testdsecnd; \ - cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \ - cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \ -- cp second.f ../SRC/; cp dsecnd.f ../SRC/ ) -+ cp second.f ../SRC/; cp dsecnd.f ../SRC/; \ -+ cp etime_.c ../SRC/ ) - - blaslib: - ( cd BLAS/SRC; $(MAKE) ) |
