aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-22 18:00:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-22 18:00:24 +0000
commitfbdb8def9fc24821b4821dec524be86de84ecb6e (patch)
treeb411a7a67aa09388fd7b8cca1e8fe7e6f1cac3f4 /biology
parent607fe7ab866b2dd2d18e099f5c68e718a3fad7a9 (diff)
downloadports-fbdb8def9fc24821b4821dec524be86de84ecb6e.tar.gz
ports-fbdb8def9fc24821b4821dec524be86de84ecb6e.zip
Change 4 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x Ports: biology/phyml benchmarks/mdtest benchmarks/imb math/parmetis
Notes
Notes: svn path=/head/; revision=480425
Diffstat (limited to 'biology')
-rw-r--r--biology/phyml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile
index 1b5bd700efee..dc0138dd5f08 100644
--- a/biology/phyml/Makefile
+++ b/biology/phyml/Makefile
@@ -4,6 +4,7 @@
PORTNAME= phyml
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.20180621
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology
@@ -27,10 +28,11 @@ PLIST_FILES= bin/phyml${BIN_SUFFIX}
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_RADIO= MPI
-OPTIONS_RADIO_MPI= MPICH2 OPENMPI
+OPTIONS_RADIO_MPI= MPICH OPENMPI
-MPICH2_LIB_DEPENDS= libmpich.so:net/mpich2
-MPICH2_MAKE_ARGS= CC="${LOCALBASE}/bin/mpicc"
+MPICH_DESC= Parallel processing support via MPICH
+MPICH_LIB_DEPENDS= libmpich.so:net/mpich
+MPICH_MAKE_ARGS= CC="${LOCALBASE}/bin/mpicc"
OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi
OPENMPI_MAKE_ARGS= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc"