aboutsummaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/files/patch-aa')
-rw-r--r--math/lapack/files/patch-aa96
1 files changed, 39 insertions, 57 deletions
diff --git a/math/lapack/files/patch-aa b/math/lapack/files/patch-aa
index 1db931f4c7c6..213135662c06 100644
--- a/math/lapack/files/patch-aa
+++ b/math/lapack/files/patch-aa
@@ -1,57 +1,39 @@
-*** make.inc.old Fri Sep 23 18:09:30 1994
---- make.inc Mon Jul 3 03:37:56 1995
-***************
-*** 6,12 ****
- #
- # The machine (platform) identifier to append to the library names
- #
-! PLAT = _sun4
- #
- # Modify the FORTRAN and OPTS definitions to refer to the
- # compiler and desired compiler options for your machine. NOOPT
---- 6,12 ----
- #
- # The machine (platform) identifier to append to the library names
- #
-! #PLAT = _sun4
- #
- # Modify the FORTRAN and OPTS definitions to refer to the
- # compiler and desired compiler options for your machine. NOOPT
-***************
-*** 15,22 ****
- # desired load options for your machine.
- #
- FORTRAN = f77
-! OPTS = -O -u
-! NOOPT = -u
- LOADER = f77
- LOADOPTS =
- #
---- 15,22 ----
- # desired load options for your machine.
- #
- FORTRAN = f77
-! #OPTS = -O2
-! #NOOPT = -u
- LOADER = f77
- LOADOPTS =
- #
-***************
-*** 31,38 ****
- # machine-specific, optimized BLAS library should be used whenever
- # possible.)
- #
-! BLASLIB = ../../blas$(PLAT).a
- #BLASLIB = -lblas
-! LAPACKLIB = lapack$(PLAT).a
- TMGLIB = tmglib$(PLAT).a
- EIGSRCLIB = eigsrc$(PLAT).a
---- 31,38 ----
- # machine-specific, optimized BLAS library should be used whenever
- # possible.)
- #
-! BLASLIB = ../../BLAS/SRC/libblas.a
- #BLASLIB = -lblas
-! LAPACKLIB = SRC/liblapack.a
- TMGLIB = tmglib$(PLAT).a
- EIGSRCLIB = eigsrc$(PLAT).a
+--- make.inc~ Mon Jun 28 11:29:38 1999
++++ make.inc Tue Sep 21 17:54:48 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
+@@ -19,13 +19,13 @@
+ FORTRAN = f77
+ #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
+ DRVOPTS = $(OPTS)
+-NOOPT = -u -f
++#NOOPT = -u -f
+ #NOOPT = -u -f -mt
+ LOADER = f77
+ #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 +40,8 @@
+ #
+ #BLASLIB = ../../blas$(PLAT).a
+ #BLASLIB = -xlic_lib=sunperf_mt
+-BLASLIB = -xlic_lib=sunperf
+-LAPACKLIB = lapack$(PLAT).a
++BLASLIB =../../BLAS/SRC/libblas.a
++LAPACKLIB = SRC/liblapack.a
+ TMGLIB = tmglib$(PLAT).a
+ EIGSRCLIB = eigsrc$(PLAT).a
+ LINSRCLIB = linsrc$(PLAT).a