summaryrefslogtreecommitdiff
path: root/science/fvcom-mpi
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-07-27 19:18:00 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-07-27 19:18:00 +0000
commitfb9441697726c93c8b53e59b85cdc07255fe109c (patch)
tree7e1968ddd355736585716a6c48a2e127cd27750b /science/fvcom-mpi
parentscience/fvcom: fix for LEGAL and correct install for mpi version (diff)
science/fvcom-mpi: change prefix
- Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2. - Pass maintainership back (pending PR) PR: 189092 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=363094
Diffstat (limited to 'science/fvcom-mpi')
-rw-r--r--science/fvcom-mpi/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile
index d82be7275e35..ddff6ccf9402 100644
--- a/science/fvcom-mpi/Makefile
+++ b/science/fvcom-mpi/Makefile
@@ -2,15 +2,17 @@
# $FreeBSD$
PORTREVISION= 3
-PKGNAMESUFFIX= -mpi
+PKGNAMESUFFIX= -openmpi
-MAINTAINER= ports@FreeBSD.org
+MPIPREFIX= mpi/openmpi/
+
+MAINTAINER= jwbacon@tds.net
LIB_DEPENDS+= libmpi.so:${PORTSDIR}/net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
-MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
+MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
.include "${MASTERDIR}/Makefile"