summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-24 16:50:48 +0200
committerDavid Seifert <soap@gentoo.org>2020-10-24 16:50:48 +0200
commite213a71b1dc7b6fc2e8f310ebfa9f5de21c28c5d (patch)
treeb7e71b4cc96a8422003086fa19f42692cc071e33 /virtual/mpi/mpi-2.0-r5.ebuild
parentpackage.mask: Last rite sys-cluster/maui (diff)
downloadgentoo-e213a71b1dc7b6fc2e8f310ebfa9f5de21c28c5d.tar.gz
gentoo-e213a71b1dc7b6fc2e8f310ebfa9f5de21c28c5d.tar.bz2
gentoo-e213a71b1dc7b6fc2e8f310ebfa9f5de21c28c5d.zip
virtual/mpi: Remove sys-cluster/mvapich2 as mpi provider
Bug: https://bugs.gentoo.org/463188 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/mpi/mpi-2.0-r5.ebuild')
-rw-r--r--virtual/mpi/mpi-2.0-r5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild
index 859edf5a2f76..c6ef070ea825 100644
--- a/virtual/mpi/mpi-2.0-r5.ebuild
+++ b/virtual/mpi/mpi-2.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,6 @@ 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/mvapich2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads?]
sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
sys-cluster/native-mpi
)"