Date: Sun, 27 Jul 2014 19:18:01 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363094 - head/science/fvcom-mpi Message-ID: <201407271918.s6RJI1Df080201@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407271918.s6RJI1Df080201>