Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 18:56:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470472 - head/science/pnetcdf
Message-ID:  <201805201856.w4KIu3Qi005278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 20 18:56:03 2018
New Revision: 470472
URL: https://svnweb.freebsd.org/changeset/ports/470472

Log:
  Add OPENMPI3 option
  
  - Change default from OPENMPI to OPENMPI3
  - Bump PORTREVISION for dependency change

Modified:
  head/science/pnetcdf/Makefile

Modified: head/science/pnetcdf/Makefile
==============================================================================
--- head/science/pnetcdf/Makefile	Sun May 20 18:55:50 2018	(r470471)
+++ head/science/pnetcdf/Makefile	Sun May 20 18:56:03 2018	(r470472)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pnetcdf
 PORTVERSION=	1.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science parallel
 MASTER_SITES=	http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
 		LOCAL/sunpoet
@@ -14,10 +14,11 @@ COMMENT=	Library providing high-performance I/O
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SINGLE=	MPI
-OPTIONS_SINGLE_MPI=	OPENMPI OPENMPI2 MPICH2
-OPTIONS_DEFAULT=OPENMPI
-OPENMPI_DESC=		Parallel processing support via Open MPI 1.x
-OPENMPI2_DESC=		Parallel processing support via Open MPI 2.x
+OPTIONS_SINGLE_MPI=	OPENMPI OPENMPI2 OPENMPI3 MPICH2
+OPTIONS_DEFAULT=OPENMPI3
+OPENMPI_DESC=	Parallel processing support via Open MPI 1.x
+OPENMPI2_DESC=	Parallel processing support via Open MPI 2.x
+OPENMPI3_DESC=	Parallel processing support via Open MPI 3.x
 
 CONFLICTS_INSTALL=	hdf-4.*
 
@@ -36,6 +37,8 @@ OPENMPI_CONFIGURE_ON=	--with-mpi=${LOCALBASE}/mpi/open
 OPENMPI_LIB_DEPENDS=	libmpi.so:net/openmpi
 OPENMPI2_CONFIGURE_ON=	--with-mpi=${LOCALBASE}/mpi/openmpi2
 OPENMPI2_LIB_DEPENDS=	libmpi.so:net/openmpi2
+OPENMPI3_CONFIGURE_ON=	--with-mpi=${LOCALBASE}/mpi/openmpi3
+OPENMPI3_LIB_DEPENDS=	libmpi.so:net/openmpi3
 
 post-patch:
 	@${REINPLACE_CMD} -e '/$$(INSTALL.*$$(PREFIX)/ s|$$(PREFIX)|$$(DESTDIR)&|' ${WRKSRC}/Makefile.in



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