commit: 2b4b56fb26e2d695f7714ec68440448df4ac2ae5 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Nov 21 15:09:18 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Nov 21 15:09:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2b4b56fb
virtual/mpi: bye bye multilib version Package-Manager: portage-2.2.20.1 virtual/mpi/ChangeLog | 3 +++ 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 dc1cc71..f7f006b 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 <[email protected]> -mpi-2.0-r4.ebuild: + virtual/mpi: bye bye multilib version + 21 Feb 2015; Christoph Junghans <[email protected]> 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 bea1bc6..0000000 --- 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=""
