diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-04 10:15:12 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-04 10:15:12 +0100 |
commit | 3be5de780dd1b63ef6f039eba28912a17a1a23d9 (patch) | |
tree | affe500c00e2c6ac005ab22ed2a4a30c2e8c55b8 /virtual/mpi | |
parent | sys-cluster/mpich2: treeclean (diff) | |
download | gentoo-3be5de780dd1b63ef6f039eba28912a17a1a23d9.tar.gz gentoo-3be5de780dd1b63ef6f039eba28912a17a1a23d9.tar.bz2 gentoo-3be5de780dd1b63ef6f039eba28912a17a1a23d9.zip |
virtual/mpi: Drop treecleaned mpich2 from providers
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'virtual/mpi')
-rw-r--r-- | virtual/mpi/mpi-2.0-r6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual/mpi/mpi-2.0-r6.ebuild b/virtual/mpi/mpi-2.0-r6.ebuild index 531e57248af1..3b94d203f4d8 100644 --- a/virtual/mpi/mpi-2.0-r6.ebuild +++ b/virtual/mpi/mpi-2.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,6 @@ IUSE="cxx fortran romio threads nullmpi" RDEPEND="|| ( >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?] >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] nullmpi? ( sys-cluster/native-mpi ) )" |