aboutsummaryrefslogtreecommitdiff
path: root/math/blacs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 06:33:18 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 06:33:18 +0000
commit8ab34e753949152a13969017faefb6414de28ee7 (patch)
treead050fcf2a45f3b2a0cbfbcb93d22b33eb15bcc5 /math/blacs
parent3f62ee06325cb36e646a0c4cf44bcc7a9ac0e7da (diff)
downloadports-8ab34e753949152a13969017faefb6414de28ee7.tar.gz
ports-8ab34e753949152a13969017faefb6414de28ee7.zip
Notes
Diffstat (limited to 'math/blacs')
-rw-r--r--math/blacs/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile
index 568c9e324a94..fd058d8a45ca 100644
--- a/math/blacs/Makefile
+++ b/math/blacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= blacs
PORTVERSION= 1.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/blacs/
DISTNAME= BLACS
@@ -41,8 +41,10 @@ RUN_DEPENDS= ${LOCALBASE}/mpich2/bin/mpirun:${PORTSDIR}/net/mpich2
EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-mpich.diff
.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
MAKE_ENV= "FC=${FC}" "F77=${F77}"
USE_GMAKE=yes
F77EXTRAFLAGS= #-w -fno-globals -fugly-complex
@@ -73,6 +75,7 @@ pre-configure:
do-build:
(cd ${WRKSRC}; make mpi; make tester)
+# (cd ${WRKSRC}_SHARED; make mpi; make tester)
do-install:
${INSTALL_DATA} ${WRKSRC}/LIB/blacsCinit_MPI-FreeBSD-${DEBUG_LEVEL}.a ${PREFIX}/lib/libblacsc.a