diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-12 17:07:30 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-12 17:07:30 +0800 |
commit | 42b7a1092d8ebd617fbf8c75711d759d9203c7dc (patch) | |
tree | 6459a3cd8eac022dcb53a0416be556701dc5b06c /benchmarks | |
parent | da3ed6ce280982ee308684609b7b6876c081e6a2 (diff) | |
download | freebsd-ports-gnome-42b7a1092d8ebd617fbf8c75711d759d9203c7dc.tar.gz freebsd-ports-gnome-42b7a1092d8ebd617fbf8c75711d759d9203c7dc.tar.zst freebsd-ports-gnome-42b7a1092d8ebd617fbf8c75711d759d9203c7dc.zip |
- Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/mdtest/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index e45a6ee78716..cf4af876b415 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -3,7 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} @@ -23,9 +23,9 @@ PORTEXAMPLES= * OPTIONS_DEFINE= OPENMPI EXAMPLES OPENMPI_DESC= Use Open MPI instead of MPICH2 -OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi -OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi -OPENMPI_VARS= MPICC=${LOCALBASE}/mpi/openmpi/bin/mpicc +OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi3/bin/mpicc:net/openmpi3 +OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi3/bin/mpirun:net/openmpi3 +OPENMPI_VARS= MPICC=${LOCALBASE}/mpi/openmpi3/bin/mpicc OPENMPI_BUILD_DEPENDS_OFF= ${LOCALBASE}/bin/mpicc:net/mpich OPENMPI_RUN_DEPENDS_OFF= ${LOCALBASE}/bin/mpirun:net/mpich |