diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-11-21 08:09:18 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-11-21 08:09:18 -0700 |
commit | 2b4b56fb26e2d695f7714ec68440448df4ac2ae5 (patch) | |
tree | 240923dbff925082f1ace964eb4e0de09180cc1c /virtual | |
parent | sci-biology/trinityrnaseq: version bump but dropping KEYWORDS because we relo... (diff) | |
download | sci-2b4b56fb26e2d695f7714ec68440448df4ac2ae5.tar.gz sci-2b4b56fb26e2d695f7714ec68440448df4ac2ae5.tar.bz2 sci-2b4b56fb26e2d695f7714ec68440448df4ac2ae5.zip |
virtual/mpi: bye bye multilib version
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mpi/ChangeLog | 3 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 25 |
2 files changed, 3 insertions, 25 deletions
diff --git a/virtual/mpi/ChangeLog b/virtual/mpi/ChangeLog index dc1cc71cb..f7f006b83 100644 --- a/virtual/mpi/ChangeLog +++ b/virtual/mpi/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 21 Nov 2015; Christoph Junghans <ottxor@gentoo.org> -mpi-2.0-r4.ebuild: + virtual/mpi: bye bye multilib version + 21 Feb 2015; Christoph Junghans <ottxor@gentoo.org> mpi-2.0-r4.ebuild: mpich2 will not be ported to multilib diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild deleted file mode 100644 index bea1bc66e..000000000 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" -HOMEPAGE="" -SRC_URI="" -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND="|| ( - >=sys-cluster/openmpi-1.8.4-r3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - >=sys-cluster/mpich-3.1.3-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - abi_x86_64? ( !abi_x86_32? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) ) - x86? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) - prefix? ( sys-cluster/native-mpi ) -)" - -DEPEND="" |