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/arpack++/files/patch-Makefile.inc | |
parent | Update to 1.4.6. (diff) |
Link against libsuperlu.so instead of libsuperlu.a.
Another problem coming from r410620: math/superlu no longer ships a static
library version, so use the shared library now.
Diffstat (limited to 'math/arpack++/files/patch-Makefile.inc')
-rw-r--r-- | math/arpack++/files/patch-Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |