mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/mdtest: Fix OPENMPI_DESC
net/mpich is 4.* now. net/mpich2 has been removed from ports tree on 2022-05-31.
This commit is contained in:
parent
e76b674a41
commit
af9e17060c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
OPTIONS_DEFINE= OPENMPI EXAMPLES
|
OPTIONS_DEFINE= OPENMPI EXAMPLES
|
||||||
OPENMPI_DESC= Use Open MPI instead of MPICH2
|
OPENMPI_DESC= Use Open MPI instead of MPICH
|
||||||
|
|
||||||
OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi
|
OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi
|
||||||
OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
|
OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
|
||||||
|
|
Loading…
Add table
Reference in a new issue