aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 16:10:27 +0800
committermaho <maho@FreeBSD.org>2007-01-12 16:10:27 +0800
commitc8828802c842e2b25ab1b2bba2e233d5b2d4df31 (patch)
treedf4a9eee5b6afc5ed2e0baf2cba9bab409a12b9f /math
parent67a2cbf43e6f9d74ec4445cc81c8b7d786a50abd (diff)
downloadfreebsd-ports-gnome-c8828802c842e2b25ab1b2bba2e233d5b2d4df31.tar.gz
freebsd-ports-gnome-c8828802c842e2b25ab1b2bba2e233d5b2d4df31.tar.zst
freebsd-ports-gnome-c8828802c842e2b25ab1b2bba2e233d5b2d4df31.zip
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r--math/superlu/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index 69a0316fef6d..40400fdf6092 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= superlu
+PORTREVISION= 1
DISTVERSION= ${P_VERSION}.20060201
CATEGORIES= math
MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \
@@ -34,8 +35,10 @@ BLAS= -lblas
LAPACK= -llapack
.endif
-WANT_FORTRAN=yes
-USE_GCC=4.2+
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
P_VERSION= 3.0
WRKSRC= ${WRKDIR}/SuperLU_${P_VERSION}