1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Files have been updated in master site (a few bug fixes)

This commit is contained in:
Jean-Marc Zucconi 1999-12-10 01:42:15 +00:00
parent f83fcaff9d
commit ebd044e273
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23704
3 changed files with 6 additions and 19 deletions

View File

@ -1,2 +1,2 @@
MD5 (lapack/lapack.tgz) = afa21a7c09ed3f0ce2ec7bbf1fc97c79
MD5 (lapack/manpages.tgz) = 9e5564c9f92aefc18fba1e50afe95dda
MD5 (lapack/lapack.tgz) = 4e35fd9d7c18c91496401648f32bd428
MD5 (lapack/manpages.tgz) = d35ea182ae106a2718fd5b5b87ae1bcc

View File

@ -1,5 +1,5 @@
--- TIMING/Makefile.orig Fri Feb 19 21:04:59 1999
+++ TIMING/Makefile Thu Oct 7 15:11:10 1999
--- TIMING/Makefile~ Thu Nov 4 20:27:54 1999
+++ TIMING/Makefile Fri Dec 10 00:56:04 1999
@@ -141,242 +141,242 @@
stime.out: stime.in xlintims
@ -138,8 +138,8 @@
SGEPTIM.out: SGEPTIM.in xeigtims
@echo GEP: Timing REAL Generalized Nonsymmetric Eigenvalue Problem routines
- xeigtims < sgeptim.in > $@ 2>&1
+ ./xeigtims < sgeptim.in > $@ 2>&1
- xeigtims < SGEPTIM.in > $@ 2>&1
+ ./xeigtims < SGEPTIM.in > $@ 2>&1
sneptim.out: sneptim.in xeigtims
@echo NEP: Timing REAL Nonsymmetric Eigenvalue Problem routines

View File

@ -1,13 +0,0 @@
--- BLAS/TESTING/cblat3.f.orig Sun Jun 9 03:15:54 1996
+++ BLAS/TESTING/cblat3.f Wed Oct 6 11:04:27 1999
@@ -1989,8 +1989,8 @@
*
* Initialize ALPHA, BETA, RALPHA, and RBETA.
*
- ALPHA = ( ONE, -ONE )
- BETA = ( TWO, -TWO )
+ ALPHA = CMPLX( ONE, -ONE )
+ BETA = CMPLX( TWO, -TWO )
RALPHA = ONE
RBETA = TWO
*