aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
commit847d5bad96c984967e7de0b7ac61c246ce34b084 (patch)
tree219b2d9ad5918cc1f8ca3ebb1fd3b8997e35a504 /math/arpack
parentb6492ffad841fb2d99286eab661207e2075428e7 (diff)
downloadports-847d5bad96c984967e7de0b7ac61c246ce34b084.tar.gz
ports-847d5bad96c984967e7de0b7ac61c246ce34b084.zip
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index a90d2417c433..28cf5f245f40 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arpack
PORTVERSION= 96
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
@@ -22,9 +22,6 @@ PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
MAINTAINER= ports@FreeBSD.org
COMMENT= Argand Library: large eigenvalue subroutines (serial version)
-WANT_FORTRAN= yes
-USE_GCC= 4.2+
-
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif
@@ -47,6 +44,11 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+
WRKSRC= ${WRKDIR}/ARPACK
WRKSRC_SHARED= ${WRKDIR}/ARPACK_SHARED
FFLAGS_SHARED= ${FFLAGS} ${PICFLAG}