From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCA9A1581C1 for ; Wed, 17 Jul 2024 05:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A8992BC0B0; Wed, 17 Jul 2024 05:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F89EE2B18 for ; Wed, 17 Jul 2024 05:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60F63340CBB for ; Wed, 17 Jul 2024 05:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B63E1E36 for ; Wed, 17 Jul 2024 05:43:32 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1721194984.3f705371ca6c8dfe69107584905f4b4f5de9cd51.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-5.0.3.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 3f705371ca6c8dfe69107584905f4b4f5de9cd51 X-VCS-Branch: master Date: Wed, 17 Jul 2024 05:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2f26936-f8a0-4bee-b40c-d19b926afb70 X-Archives-Hash: 04c0ae86d8a8981231de4265a7edac3f commit: 3f705371ca6c8dfe69107584905f4b4f5de9cd51 Author: Eli Schwartz gentoo org> AuthorDate: Tue Jul 16 20:23:13 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Jul 17 05:43:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f705371 sys-cluster/openmpi: remove USE=cxx support in 5.x It has been removed upstream, with a note that it was deprecated in the MPI-2.2 (2009) standard and removed in the MPI-3.0 (2012) standard and as such won't be shipped by openmpi. Attempting to configure with it anyway does produce a fatal configure error. Closes: https://bugs.gentoo.org/936168 Signed-off-by: Eli Schwartz gentoo.org> sys-cluster/openmpi/openmpi-5.0.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-5.0.3.ebuild b/sys-cluster/openmpi/openmpi-5.0.3.ebuild index f22be0582eaa..2dd2dfeca3fd 100644 --- a/sys-cluster/openmpi/openmpi-5.0.3.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.3.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 -arm -ppc -x86 ~amd64-linux" -IUSE="cma cuda cxx fortran ipv6 peruse romio valgrind +IUSE="cma cuda fortran ipv6 peruse romio valgrind ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM}" REQUIRED_USE=" @@ -108,7 +108,6 @@ src_configure() { # of Open MPI. --disable-heterogeneous - $(use_enable cxx mpi-cxx) $(use_enable ipv6) $(use_enable peruse) $(use_enable romio io-romio)