aboutsummaryrefslogtreecommitdiff
path: root/science/pnetcdf
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-19 09:49:02 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-19 09:49:02 +0000
commit794fcc74bd8fced99f6a09840d3e4478c3230493 (patch)
tree340936c7bee5d0b1a767c5f350d166791e955a7e /science/pnetcdf
parent8d195d23e02f6b5069402dd0865f59e42af78620 (diff)
downloadports-794fcc74bd8fced99f6a09840d3e4478c3230493.tar.gz
ports-794fcc74bd8fced99f6a09840d3e4478c3230493.zip
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is deprecated and will be removed) - Fix science/gromacs plist when MPI option is enabled - Bump PORTREVISION for all the consumers of net/openmpi
Notes
Notes: svn path=/head/; revision=532095
Diffstat (limited to 'science/pnetcdf')
-rw-r--r--science/pnetcdf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 302bf9f6dc23..8f486de2a70e 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pnetcdf
PORTVERSION= 1.8.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science parallel
MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
LOCAL/sunpoet
@@ -14,10 +14,9 @@ COMMENT= Library providing high-performance I/O
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= MPI
-OPTIONS_SINGLE_MPI= OPENMPI OPENMPI2 OPENMPI3 MPICH
-OPTIONS_DEFAULT=OPENMPI3
-OPENMPI_DESC= Parallel processing support via Open MPI 1.x
-OPENMPI2_DESC= Parallel processing support via Open MPI 2.x
+OPTIONS_SINGLE_MPI= OPENMPI OPENMPI3 MPICH
+OPTIONS_DEFAULT=OPENMPI
+OPENMPI_DESC= Parallel processing support via Open MPI (current)
OPENMPI3_DESC= Parallel processing support via Open MPI 3.x
CONFLICTS_INSTALL= hdf-4.*
@@ -35,8 +34,6 @@ MPICH_CONFIGURE_ON= --with-mpi=${LOCALBASE}
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
OPENMPI_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi
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