diff options
author | David Seifert <soap@gentoo.org> | 2022-01-29 11:27:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-29 11:27:17 +0100 |
commit | 7d148a29055d152b9518757635c475647ee45fa0 (patch) | |
tree | f2f053401076aec5f5554b24e787db338be43401 /virtual | |
parent | dev-lang/spidermonkey: py3.10 on 68, limit icu version, "fix" tests (diff) | |
download | gentoo-7d148a29055d152b9518757635c475647ee45fa0.tar.gz gentoo-7d148a29055d152b9518757635c475647ee45fa0.tar.bz2 gentoo-7d148a29055d152b9518757635c475647ee45fa0.zip |
virtual/mpi: drop 2.0-r3, 2.0-r4, 2.0-r5
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mpi/mpi-2.0-r3.ebuild | 17 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 20 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r5.ebuild | 20 |
3 files changed, 0 insertions, 57 deletions
diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild deleted file mode 100644 index 9925fbe3260f..000000000000 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND="|| ( - sys-cluster/openmpi[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] - sys-cluster/native-mpi -)" diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild deleted file mode 100644 index 9162fc02a222..000000000000 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -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(-)?] - sys-cluster/native-mpi -)" diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild deleted file mode 100644 index 13edaf9cfb38..000000000000 --- a/virtual/mpi/mpi-2.0-r5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -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(-)?] - sys-cluster/native-mpi -)" |