1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/lapack/files/patch-az
Jean-Marc Zucconi b53d421067 Fix testing/timing failures due to the last update.
PR:		ports/15630
Submitted by:	AMAKAWA Shuhei <sa264@phy.cam.ac.uk>
2000-01-12 23:35:31 +00:00

20 lines
714 B
Plaintext

--- TESTING/LIN/zchkaa.f.orig Thu Nov 4 19:27:22 1999
+++ TESTING/LIN/zchkaa.f Wed Dec 22 12:51:16 1999
@@ -120,7 +120,7 @@
$ ZCHKQ3, ZCHKQL, ZCHKQP, ZCHKQR, ZCHKRQ, ZCHKSP,
$ ZCHKSY, ZCHKTB, ZCHKTP, ZCHKTR, ZCHKTZ, ZDRVGB,
$ ZDRVGE, ZDRVGT, ZDRVHE, ZDRVHP, ZDRVLS, ZDRVPB,
- $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY
+ $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY, FPMCLR
* ..
* .. Scalars in Common ..
LOGICAL LERR, OK
@@ -140,6 +140,7 @@
* ..
* .. Executable Statements ..
*
+ CALL FPMCLR( )
S1 = DSECND( )
LDA = NMAX
FATAL = .FALSE.