git: af9e17060c77 - main - benchmarks/mdtest: Fix OPENMPI_DESC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=af9e17060c7764d4dc807bd9d5dd3a747f07f125 commit af9e17060c7764d4dc807bd9d5dd3a747f07f125 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:33 +0000 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