diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-13 22:50:16 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-13 22:50:16 +0000 |
commit | 6369e123337468a451d35bdd5f6728fbf50387ba (patch) | |
tree | 6048f6f4af0d3b7f78fdca483f96b2a93912da31 /math | |
parent | e80286126e1b3a25bdcac4a70ce75fe61a882590 (diff) | |
download | ports-6369e123337468a451d35bdd5f6728fbf50387ba.tar.gz ports-6369e123337468a451d35bdd5f6728fbf50387ba.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack++/Makefile | 4 | ||||
-rw-r--r-- | math/arpack++/files/patch-Makefile.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index dbd5844d20cf..d8a81047e3b4 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpack++ PORTVERSION= 1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www.ime.unicamp.br/%7echico/arpack++/ DISTNAME= ${PORTNAME} @@ -17,8 +17,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= bf@FreeBSD.org COMMENT= ARPACK++ is an object-oriented version of the ARPACK package -RUN_DEPENDS= ${LOCALBASE}/lib/libsuperlu.a:${PORTSDIR}/math/superlu LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ + libsuperlu.so:${PORTSDIR}/math/superlu \ libumfpack.so:${PORTSDIR}/math/suitesparse .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) diff --git a/math/arpack++/files/patch-Makefile.inc b/math/arpack++/files/patch-Makefile.inc index c4302ee48929..dd9db31a6c57 100644 --- a/math/arpack++/files/patch-Makefile.inc +++ b/math/arpack++/files/patch-Makefile.inc @@ -49,7 +49,7 @@ +ARPACK_LIB = /usr/local/lib/libarpack.a +LAPACK_LIB = /usr/local/lib/liblapack.a +UMFPACK_LIB = /usr/local/lib/libumfpack.a -+SUPERLU_LIB = /usr/local/lib/libsuperlu.a ++SUPERLU_LIB = /usr/local/lib/libsuperlu.so +BLAS_LIB = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a +FORTRAN_LIBS = -L/usr/local/lib/gcc-4.2.5 -lgfortran |