diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-28 18:00:24 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-28 18:00:24 +0000 |
commit | cf8f9ea4bf83437f39850b027bb5adf14b4d77f5 (patch) | |
tree | 004eace67880d99b7d1616e8a477cf8e9f72540d /math | |
parent | dd5670f4cd7e0d508cd48de33863068a1e623052 (diff) | |
download | ports-cf8f9ea4bf83437f39850b027bb5adf14b4d77f5.tar.gz ports-cf8f9ea4bf83437f39850b027bb5adf14b4d77f5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 8391e5739c42..7214c96ccef0 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz @@ -70,7 +70,7 @@ SYMTESTS= ssdrv1 ssdrv2 ssdrv3 ssdrv4 ssdrv5 ssdrv6 \ .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libatlas_r.so) +.if exists(${LOCALBASE}/lib/libatlas.so) WITH_BLAS?= atlas .else WITH_BLAS?= reference @@ -121,7 +121,7 @@ post-patch: toupper($$i), "ARPACK_", toupper($$i), "#define", $$i, \ "ARPACK_", toupper($$i) \ > "${WRKDIR}/arpack_compat_f.h" ; \ - printf "%s%s%s\n", $$i, " arpack_", $$i \ + printf "%s%s%s%s\n", $$i, "_ arpack_", $$i, "_" \ > "${WRKDIR}/rename" } } ; \ END { print "\n#endif" > "${WRKDIR}/arpack_compat_c.h" ; \ print "\n#endif" > "${WRKDIR}/arpack_compat_f.h" }' - |