summaryrefslogtreecommitdiff
path: root/science/getdp
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-17 04:52:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-17 04:52:15 +0000
commitdb9e3cfe9d8972e6a9b51ef150233cbd38c45298 (patch)
treecb4dc0c4bbb0563371fd54154cea410bbbad6268 /science/getdp
parent- Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14 (diff)
* Migrate to gfortran.
* Bump port revision. * Use gfortran compiled lapack. Submitted by: kris via pointyhat.
Notes
Notes: svn path=/head/; revision=182578
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile
index 69849861b0c6..9bcf06a2ec37 100644
--- a/science/getdp/Makefile
+++ b/science/getdp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= getdp
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://www.geuz.org/getdp/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -17,7 +17,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A rather general finite element solver using mixed finite elements
LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \
- lapack.3:${PORTSDIR}/math/lapack
+ lapack.4:${PORTSDIR}/math/lapack
+
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}