mirror of https://git.FreeBSD.org/ports.git
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
benchmarks/mdtest
|
@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
|||
PORTEXAMPLES= *
|
||||
|
||||
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_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
|
||||
|
|
Loading…
Reference in New Issue