diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-10-13 23:06:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-10-13 23:06:53 +0000 |
commit | 56b97a51c5c9577802e6b236815b5a84f2d39182 (patch) | |
tree | f93d7bf56ea3ea58ca5449599ae504a5a359d0e5 /math/lapack/files/patch-as | |
parent | Honor FC and FFLAGS so that the user can easily override them. (diff) |
Files I forgot to add in the previous commit.
Notes
Notes:
svn path=/head/; revision=22414
Diffstat (limited to 'math/lapack/files/patch-as')
-rw-r--r-- | math/lapack/files/patch-as | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/lapack/files/patch-as b/math/lapack/files/patch-as new file mode 100644 index 000000000000..6875be5f26a4 --- /dev/null +++ b/math/lapack/files/patch-as @@ -0,0 +1,19 @@ +--- TIMING/EIG/stimee.f.orig Tue Jun 22 13:57:53 1999 ++++ TIMING/EIG/stimee.f Wed Oct 6 12:13:17 1999 +@@ -275,7 +275,7 @@ + EXTERNAL LSAMEN, SECOND + * .. + * .. External Subroutines .. +- EXTERNAL STIM21, STIM22, STIM26, STIM51 ++ EXTERNAL STIM21, STIM22, STIM26, STIM51, FPMCLR + * .. + * .. Scalars in Common .. + REAL ITCNT, OPS +@@ -299,6 +299,7 @@ + * .. + * .. Executable Statements .. + * ++ CALL FPMCLR( ) + S1 = SECOND( ) + FATAL = .FALSE. + NEP = .FALSE. |