From 01f7ecb3eab5f274be76028fa2daa70385714fca Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 29 Sep 2007 12:53:56 +0000 Subject: 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 --- math/lapack/files/patch-aa | 48 ---------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 math/lapack/files/patch-aa (limited to 'math/lapack/files/patch-aa') diff --git a/math/lapack/files/patch-aa b/math/lapack/files/patch-aa deleted file mode 100644 index c7bc38648443..000000000000 --- a/math/lapack/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ ---- make.inc.orig Mon Jun 28 10:29:38 1999 -+++ make.inc Wed Oct 6 11:12:08 1999 -@@ -8,7 +8,7 @@ - # - # The machine (platform) identifier to append to the library names - # --PLAT = _SUN4SOL2 -+#PLAT = _SUN4SOL2 - # - # Modify the FORTRAN and OPTS definitions to refer to the - # compiler and desired compiler options for your machine. NOOPT -@@ -16,16 +16,18 @@ - # selected. Define LOADER and LOADOPTS to refer to the loader and - # desired load options for your machine. - # --FORTRAN = f77 -+FORTRAN = $(FC) - #OPTS = -O4 -u -f -mt -+#OPTS = -O4 -u -f -mt -+#OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa - #OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa --OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa -+OPTS = $(FFLAGS) - DRVOPTS = $(OPTS) --NOOPT = -u -f -+#NOOPT = -u -f - #NOOPT = -u -f -mt --LOADER = f77 -+LOADER = $(FC) - #LOADOPTS = -mt --LOADOPTS = -f -dalign -native -xO5 -xarch=v8plusa -+#LOADOPTS = -f -dalign -native -xO5 -xarch=v8plusa - # - # The archiver and the flag(s) to use when building archive (library) - # If you system has no ranlib, set RANLIB = echo. -@@ -40,8 +42,9 @@ - # - #BLASLIB = ../../blas$(PLAT).a - #BLASLIB = -xlic_lib=sunperf_mt --BLASLIB = -xlic_lib=sunperf --LAPACKLIB = lapack$(PLAT).a --TMGLIB = tmglib$(PLAT).a -+BLASLIB =../../BLAS/SRC/libblas.a -+LAPACKLIB = SRC/liblapack.a -+TMGLIB = TESTING/MATGEN/libtmg.a - EIGSRCLIB = eigsrc$(PLAT).a - LINSRCLIB = linsrc$(PLAT).a -+FPMCLR = ../../fpmclr_.o -- cgit v1.2.3