From af9e17060c7764d4dc807bd9d5dd3a747f07f125 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 5 Sep 2024 13:30:06 +0800 Subject: [PATCH] benchmarks/mdtest: Fix OPENMPI_DESC net/mpich is 4.* now. net/mpich2 has been removed from ports tree on 2022-05-31. --- benchmarks/mdtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index c46b9a6c7f6e..1a152a66b7df 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -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