1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Swap back from net/openmpi3 to net/openmpi

This commit is contained in:
Danilo Egea Gondolfo 2020-04-21 21:51:56 +00:00
parent 84c1b608fd
commit f74ddaa6d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532429

View File

@ -4,7 +4,7 @@
PORTNAME= phyml
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.20190909
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= biology
@ -33,8 +33,8 @@ OPTIONS_RADIO_MPI= MPICH OPENMPI
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/openmpi3
OPENMPI_MAKE_ARGS= CC="${LOCALBASE}/mpi/openmpi3/bin/mpicc"
OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi
OPENMPI_MAKE_ARGS= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc"
.include <bsd.port.options.mk>