diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 14:14:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 14:14:44 +0000 |
commit | 0160d8b6c92eac492e82a29e3df78f4a15051f35 (patch) | |
tree | 4386669539cf37af17b6b946eee55a894f36e626 /math | |
parent | 5707663bcb8521faf8edc271af1b5a7d3170456c (diff) | |
download | ports-0160d8b6c92eac492e82a29e3df78f4a15051f35.tar.gz ports-0160d8b6c92eac492e82a29e3df78f4a15051f35.zip |
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
Notes
Notes:
svn path=/head/; revision=181976
Diffstat (limited to 'math')
-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 .. + * |