Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:23:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af9e17060c77 - main - benchmarks/mdtest: Fix OPENMPI_DESC
Message-ID:  <202409050623.4856NJCR015273@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050623.4856NJCR015273>