diff options
author | maho <maho@FreeBSD.org> | 2007-01-10 22:14:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-10 22:14:44 +0800 |
commit | 06288f91266003621519d898efa81db6d72b1816 (patch) | |
tree | deacafab10d0682076ae38136dd352531752ef35 | |
parent | 094cd04046fd5c52d8565f97f6819b69fa7c63ea (diff) | |
download | freebsd-ports-gnome-06288f91266003621519d898efa81db6d72b1816.tar.gz freebsd-ports-gnome-06288f91266003621519d898efa81db6d72b1816.tar.zst freebsd-ports-gnome-06288f91266003621519d898efa81db6d72b1816.zip |
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
-rw-r--r-- | math/arpack/Makefile | 2 | ||||
-rw-r--r-- | math/arpack/files/patch-UTIL+second.f | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index ebedc15a4119..a90d2417c433 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz diff --git a/math/arpack/files/patch-UTIL+second.f b/math/arpack/files/patch-UTIL+second.f new file mode 100644 index 000000000000..eae1e4b21c02 --- /dev/null +++ b/math/arpack/files/patch-UTIL+second.f @@ -0,0 +1,10 @@ +--- UTIL/second.f~ Tue Oct 3 03:56:44 1995 ++++ UTIL/second.f Wed Jan 10 23:06:17 2007 +@@ -21,7 +21,6 @@ + * .. + * .. External Functions .. + REAL ETIME +- EXTERNAL ETIME + * .. + * .. Executable Statements .. + * |