svn commit: r363094 - head/science/fvcom-mpi
William Grzybowski
wg at FreeBSD.org
Sun Jul 27 19:18:01 UTC 2014
Author: wg
Date: Sun Jul 27 19:18:00 2014
New Revision: 363094
URL: http://svnweb.freebsd.org/changeset/ports/363094
QAT: https://qat.redports.org/buildarchive/r363094/
Log:
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
Modified:
head/science/fvcom-mpi/Makefile
Modified: head/science/fvcom-mpi/Makefile
==============================================================================
--- head/science/fvcom-mpi/Makefile Sun Jul 27 19:14:43 2014 (r363093)
+++ head/science/fvcom-mpi/Makefile Sun Jul 27 19:18:00 2014 (r363094)
@@ -2,15 +2,17 @@
# $FreeBSD$
PORTREVISION= 3
-PKGNAMESUFFIX= -mpi
+PKGNAMESUFFIX= -openmpi
-MAINTAINER= ports at FreeBSD.org
+MPIPREFIX= mpi/openmpi/
+
+MAINTAINER= jwbacon at 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"
More information about the svn-ports-head
mailing list