aboutsummaryrefslogtreecommitdiff
path: root/biology/mrbayes
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-15 19:41:26 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-15 19:41:26 +0000
commit2dc2bf2cb43f54f6b4718b271e2170f849ebf8cf (patch)
tree968167f0e364b2e2e19e343bf95a1da694cc2983 /biology/mrbayes
parente493f1eb50faffab04307e356ceb884e05bcc4a5 (diff)
downloadports-2dc2bf2cb43f54f6b4718b271e2170f849ebf8cf.tar.gz
ports-2dc2bf2cb43f54f6b4718b271e2170f849ebf8cf.zip
- Move OpenMPI support to net/openmpi3. OpenMPI 1 and 2 were deprecated.
Approved by: maintainer (e-mail)
Notes
Notes: svn path=/head/; revision=531784
Diffstat (limited to 'biology/mrbayes')
-rw-r--r--biology/mrbayes/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/mrbayes/Makefile b/biology/mrbayes/Makefile
index bd56f74b1843..e3b297f2b6c6 100644
--- a/biology/mrbayes/Makefile
+++ b/biology/mrbayes/Makefile
@@ -4,6 +4,7 @@
PORTNAME= mrbayes
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.7
+PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= mzaki@e-mail.ne.jp
@@ -40,9 +41,9 @@ FMA_CONFIGURE_OFF= --disable-fma
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
MPICH_CONFIGURE_ON= --with-mpi
MPICH_CONFIGURE_ENV= CC="${LOCALBASE}/bin/mpicc"
-OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi
+OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi3
OPENMPI_CONFIGURE_ON= --with-mpi
-OPENMPI_CONFIGURE_ENV= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc"
+OPENMPI_CONFIGURE_ENV= CC="${LOCALBASE}/mpi/openmpi3/bin/mpicc"
SSE_CONFIGURE_OFF= --disable-sse
.include <bsd.port.mk>