diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-09 22:58:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-09 22:58:12 +0000 |
commit | 71a250de5cd048ec2173757585aaaeceff7b88ef (patch) | |
tree | 39cf37a1fee60ca1e3096c4ee95a40bb27c02202 | |
parent | 9dde8416f59c6beeff89ec876ac1c81d57bf493e (diff) | |
download | ports-71a250de5cd048ec2173757585aaaeceff7b88ef.tar.gz ports-71a250de5cd048ec2173757585aaaeceff7b88ef.zip |
Notes
-rw-r--r-- | math/suitesparse/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 822b7f9ae541..5a22cc2dfd72 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -22,14 +22,14 @@ BUILD_DEPENDS= metis:${PORTSDIR}/math/metis WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas -BLAS= -L${LOCALBASE}/lib -lf77blas -latlas -LAPACK= -L${LOCALBASE}/lib -lalapack +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +BLAS= -L${LOCALBASE}/lib -lf77blas -latlas +LAPACK= -L${LOCALBASE}/lib -lalapack .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack -BLAS= -L${LOCALBASE}/lib -lblas -LAPACK= -L${LOCALBASE}/lib -llapack +BLAS= -L${LOCALBASE}/lib -lblas +LAPACK= -L${LOCALBASE}/lib -llapack .endif CONFLICTS= elmer-umfpack-4* |