aboutsummaryrefslogtreecommitdiff
path: root/math/superlu
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 08:10:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 08:10:27 +0000
commitdb77cf502e578fa398581c72d02fcc0fde09e940 (patch)
treeb98ccd32fa93cb48e788919285b5004e12aa8773 /math/superlu
parentddab75bec1d5e10ce3c336e6956280116c49c9db (diff)
downloadports-db77cf502e578fa398581c72d02fcc0fde09e940.tar.gz
ports-db77cf502e578fa398581c72d02fcc0fde09e940.zip
Notes
Diffstat (limited to 'math/superlu')
-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}