aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-01-26 20:36:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-01-26 20:36:58 +0000
commit321b20b53e1852d7a759e1a2391c5012961879b7 (patch)
tree92ddf34386035e5bc939e872accd46fa8723c0c3 /math/suitesparse
parent49ad26a9fc6481f24b031d7af33a7e96a907a7d5 (diff)
downloadports-321b20b53e1852d7a759e1a2391c5012961879b7.tar.gz
ports-321b20b53e1852d7a759e1a2391c5012961879b7.zip
Notes
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index a076e1c99afa..0b2772db1498 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -23,11 +23,11 @@ CONFLICTS= umfpack-*
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
-WITH_ATLAS= yes
+WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -L${LOCALBASE}/lib -lf77blas -latlas
+BLAS= -L${LOCALBASE}/lib -lf77blas -latlas -lcblas
LAPACK= -L${LOCALBASE}/lib -lalapack
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
@@ -42,7 +42,7 @@ FPIC= -fPIC
FPIC= -fpic
.endif
-USE_LDCONFIG= yes
+USE_LDCONFIG= yes
USE_GMAKE= yes
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42