aboutsummaryrefslogtreecommitdiff
path: root/math/taucs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 22:48:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 22:48:08 +0000
commitf11926bba74c76263df1e03ffd37af6f7fd07322 (patch)
treedc5d9e109a851c28188e7bdf0d4b02a61dfdc2db /math/taucs
parenta40a8ca4ad2e8057b5def7e28fd011ec984f82b1 (diff)
downloadports-f11926bba74c76263df1e03ffd37af6f7fd07322.tar.gz
ports-f11926bba74c76263df1e03ffd37af6f7fd07322.zip
Now requires newer version of LAPACK(4)/BLAS(2)/ATLAS(2). Bump portrevision.
Notes
Notes: svn path=/head/; revision=181921
Diffstat (limited to 'math/taucs')
-rw-r--r--math/taucs/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index f7d6e94511f7..41b8edec9eff 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= taucs
PORTVERSION= 2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/
DISTNAME= ${PORTNAME}
@@ -20,16 +20,16 @@ COMMENT= C library of sparse linear solvers
WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
-BLAS= -lf77blas -latlas
-LAPACK= -llapack
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
+BLAS= -lf77blas -latlas
+LAPACK= -llapack
.else
-LIB_DEPENDS+= lapack.1:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-BLAS= -lblas
-LAPACK= -llapack
+BLAS= -lblas
+LAPACK= -llapack
.endif
-LIB_DEPENDS= metis:${PORTSDIR}/math/metis
+LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis
WANT_FORTRAN=yes
USE_GCC=4.2+