mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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 <eschwartz@gentoo.org>
This commit is contained in:
@@ -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(-)?] )
|
||||
Reference in New Issue
Block a user