* Use gfortran42 only and not gcc42.

* Bump portrevision.
This commit is contained in:
Maho Nakata 2007-01-12 08:10:27 +00:00
parent ddab75bec1
commit db77cf502e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182159

View file

@ -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}