Date: Thu, 23 May 2024 14:57:24 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 242fa5776de9 - main - net/openmpi: Fix shortfloat regression clang < 170 Message-ID: <202405231457.44NEvOw5093025@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=242fa5776de988cd1ee6c1909f00abd6652a05c6 commit 242fa5776de988cd1ee6c1909f00abd6652a05c6 Author: Laurent Chardon <laurent.chardon@gmail.com> AuthorDate: 2024-05-07 10:28:22 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-05-23 14:56:47 +0000 net/openmpi: Fix shortfloat regression clang < 170 PR: 278833 --- net/openmpi/Makefile | 1 + net/openmpi/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index f99e2fcdc58b..5c89a1c95a9a 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -1,5 +1,6 @@ PORTNAME= openmpi PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${PORTVERSION:R}/ diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index 1e851084f6f0..1a4dc0e6a291 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -97,8 +97,8 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/include/openmpi/mpiext/mpiext_ftmpi_c.h %%MPIDIR%%/include/openmpi/mpiext/mpiext_ftmpi_mpifh.h %%MPIDIR%%/include/openmpi/mpiext/mpiext_rocm_c.h -%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_c.h -%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_mpifh.h +%%SHORTFLOAT%%%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_c.h +%%SHORTFLOAT%%%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_mpifh.h %%MPIDIR%%/include/pmix.h %%MPIDIR%%/include/pmix/src/class/pmix_bitmap.h %%MPIDIR%%/include/pmix/src/class/pmix_hash_table.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405231457.44NEvOw5093025>