diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-07-27 19:18:00 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-07-27 19:18:00 +0000 |
commit | fb9441697726c93c8b53e59b85cdc07255fe109c (patch) | |
tree | 7e1968ddd355736585716a6c48a2e127cd27750b /science | |
parent | 2eeac8442660d3a999a7d03fc224a9b730098f60 (diff) | |
download | ports-fb9441697726c93c8b53e59b85cdc07255fe109c.tar.gz ports-fb9441697726c93c8b53e59b85cdc07255fe109c.zip |
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')
-rw-r--r-- | science/fvcom-mpi/Makefile | 8 |
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" |