Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 01:18:57 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189092: maintainer update: science/fvcom-mpi with name change
Message-ID:  <201404290118.s3T1IvRo005345@cgiserv.freebsd.org>
Resent-Message-ID: <201404290120.s3T1K0EZ091270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404290118.s3T1IvRo005345>