diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-06-07 15:39:54 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-06-07 15:39:54 +0000 |
| commit | d2e95f05c163f196a666702adf838324fd6ea6dd (patch) | |
| tree | e4b08b49cd31550bb706b566347298b0112a0593 /math/lapack/files/patch-ac | |
| parent | Upgrade to 19.31 (diff) | |
LAPACK is a library of Fortran 77 subroutines for linear algebra.
Diffstat (limited to '')
| -rw-r--r-- | math/lapack/files/patch-ac | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/math/lapack/files/patch-ac b/math/lapack/files/patch-ac new file mode 100644 index 000000000000..5eabdb0901bb --- /dev/null +++ b/math/lapack/files/patch-ac @@ -0,0 +1,37 @@ +*** Makefile.orig Tue Oct 4 16:42:15 1994 +--- Makefile Mon Oct 9 03:11:46 1995 +*************** +*** 6,12 **** + + include make.inc + +! all: install lib testing blas_testing timing blas_timing + + lib: blaslib lapacklib tmglib + +--- 6,12 ---- + + include make.inc + +! all: install lib # testing blas_testing timing blas_timing + + lib: blaslib lapacklib tmglib + +*************** +*** 17,23 **** + 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/ ) + + blaslib: + ( cd BLAS/SRC; $(MAKE) ) +--- 17,24 ---- + 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 etime_.c ../SRC/ ) + + blaslib: + ( cd BLAS/SRC; $(MAKE) ) |
