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 EC74D1581C1 for ; Wed, 17 Jul 2024 05:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FE9E2B1B; Wed, 17 Jul 2024 05:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id F04E9E2B18 for ; Wed, 17 Jul 2024 05:43:34 +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 EE70E3406BF for ; Wed, 17 Jul 2024 05:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 570A01E31 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: <1721194977.a144993f2f0f3697b7c2f5c535fabd558ba8371d.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mpi/mpi-2.0-r7.ebuild virtual/mpi/mpi-2.0-r8.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: a144993f2f0f3697b7c2f5c535fabd558ba8371d 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: 9815e137-a20f-491c-a747-35b7b9e28689 X-Archives-Hash: e9f7a00a6288527eb3aa7542021d07fe commit: a144993f2f0f3697b7c2f5c535fabd558ba8371d Author: Eli Schwartz gentoo org> AuthorDate: Tue Jul 16 20:28:44 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Jul 17 05:42:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a144993f virtual/mpi: handle case where openmpi removes its USE=cxx Needed for openmpi 5.x which removes that support upstream. Signed-off-by: Eli Schwartz gentoo.org> virtual/mpi/{mpi-2.0-r7.ebuild => mpi-2.0-r8.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/mpi/mpi-2.0-r7.ebuild b/virtual/mpi/mpi-2.0-r8.ebuild similarity index 81% rename from virtual/mpi/mpi-2.0-r7.ebuild rename to virtual/mpi/mpi-2.0-r8.ebuild index cd1e3af043d1..67e94ec492ef 100644 --- a/virtual/mpi/mpi-2.0-r7.ebuild +++ b/virtual/mpi/mpi-2.0-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86 IUSE="cxx fortran romio threads nullmpi" RDEPEND="|| ( - >=sys-cluster/openmpi-4.1.2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?] + >=sys-cluster/openmpi-4.1.2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads(+)?] >=sys-cluster/mpich-3.4.3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] sys-cluster/native-mpi nullmpi? ( sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] )