aboutsummaryrefslogtreecommitdiff
path: root/math/petsc
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-13 00:25:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-13 00:25:56 +0000
commit07612fe0670594865d2b1ea03af75333a80fbbce (patch)
treefeaacc5520f45c43dc295be780acb84315e5e968 /math/petsc
parent2e2a7bad58f5b3c542e7d0a8cf741323d8d66e57 (diff)
downloadports-07612fe0670594865d2b1ea03af75333a80fbbce.tar.gz
ports-07612fe0670594865d2b1ea03af75333a80fbbce.zip
Notes
Diffstat (limited to 'math/petsc')
-rw-r--r--math/petsc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index 827490bf0bee..2307b355f21d 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= petsc
DISTVERSION= 2.3.2-p6
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= math parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
@@ -54,7 +54,7 @@ PLIST_SUB= PFX=${PFX} TARGET=${TARGET}
.if !defined(WITHOUT_UMFPACK)
LIB_DEPENDS+= umfpack.1:${PORTSDIR}/math/suitesparse
CONFIGURE_ARGS+= --with-umfpack-include="${LOCALBASE}/include/suitesparse" \
- --with-umfpack-lib=[${LOCALBASE}/lib/libumfpack.a,${LOCALBASE}/lib/libamd.a]
+ --with-umfpack-lib=[${LOCALBASE}/lib/libumfpack.so,${LOCALBASE}/lib/libamd.so]
.endif
.if !defined(NOPORTDOCS)
@@ -121,7 +121,7 @@ WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-LIBBLASLAPACK= "-L${LOCALBASE}/lib -lalapack -lf77blas -latlas -lm"
+LIBBLASLAPACK= "-L${LOCALBASE}/lib -lalapack -lf77blas -lcblas -latlas -lm"
CONFIGURE_ARGS+= --with-blas-lapack-lib=${LIBBLASLAPACK}
.else
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack