diff options
author | wg <wg@FreeBSD.org> | 2014-07-28 03:18:00 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-28 03:18:00 +0800 |
commit | a1a3403b232db9ae2aaa17c84a3329a14c79a527 (patch) | |
tree | 7e1968ddd355736585716a6c48a2e127cd27750b /science/fvcom-mpi | |
parent | a663dab0550f9b7b659176f02fd17d78219a104a (diff) | |
download | freebsd-ports-gnome-a1a3403b232db9ae2aaa17c84a3329a14c79a527.tar.gz freebsd-ports-gnome-a1a3403b232db9ae2aaa17c84a3329a14c79a527.tar.zst freebsd-ports-gnome-a1a3403b232db9ae2aaa17c84a3329a14c79a527.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
Diffstat (limited to 'science/fvcom-mpi')
-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" |