ports/189092: maintainer update: science/fvcom-mpi with name change

Jason Bacon jwbacon at tds.net
Tue Apr 29 01:20:00 UTC 2014


>Number:         189092
>Category:       ports
>Synopsis:       maintainer update: science/fvcom-mpi with name change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 01:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        10.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD freebie.acadix.biz 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2.

Master port also contains changes to facilitate this.  See ports/189091.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS --exclude=.svn /usr/ports/science/fvcom-openmpi/Makefile /usr/wip/science/fvcom-openmpi/Makefile
--- /usr/ports/science/fvcom-openmpi/Makefile	2014-04-12 19:17:45.000000000 -0500
+++ /usr/wip/science/fvcom-openmpi/Makefile	2014-04-28 20:13:02.000000000 -0500
@@ -1,8 +1,11 @@
 # Created by: Jason Bacon <jwbacon at tds.net>
 # $FreeBSD: head/science/fvcom-mpi/Makefile 351165 2014-04-13 00:17:45Z danilo $
 
-PORTREVISION=	2
-PKGNAMESUFFIX=	-mpi
+PKGNAMESUFFIX=	-openmpi
+
+# Would be nice to get this from Mk
+# Include trailing / so that it can be used as ${MPIPREFIX}bin, etc.
+MPIPREFIX=	mpi/openmpi/
 
 MAINTAINER=	jwbacon at tds.net
 
@@ -10,7 +13,7 @@
 
 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"


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list