aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-26 09:56:03 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-26 09:56:03 +0100
commitc52253d75539f79dbdb0de2725f22d1eeacb126d (patch)
tree9b2c1b36ac152817118dbebecc378db51c4e6873 /virtual/mpi
parentvirtual/cblas: Drop old (diff)
downloadsci-c52253d75539f79dbdb0de2725f22d1eeacb126d.tar.gz
sci-c52253d75539f79dbdb0de2725f22d1eeacb126d.tar.bz2
sci-c52253d75539f79dbdb0de2725f22d1eeacb126d.zip
virtual/mpi: Bump to EAPI=6
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/mpi')
-rw-r--r--virtual/mpi/mpi-2.0-r3.ebuild24
1 files changed, 13 insertions, 11 deletions
diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild
index 7d3be36e7..0434eb166 100644
--- a/virtual/mpi/mpi-2.0-r3.ebuild
+++ b/virtual/mpi/mpi-2.0-r3.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
HOMEPAGE=""
SRC_URI=""
+
LICENSE=""
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/mvapich2[fortran?,romio?,threads?]
- sys-cluster/nullmpi[cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
- sys-cluster/native-mpi
-)"
-
+RDEPEND="
+ || (
+ sys-cluster/openmpi[cxx?,fortran?,romio?,threads?]
+ sys-cluster/mpich[cxx?,fortran?,romio?,threads?]
+ sys-cluster/mpich2[cxx?,fortran?,romio?,threads?]
+ sys-cluster/mvapich2[fortran?,romio?,threads?]
+ sys-cluster/nullmpi[cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
+ sys-cluster/native-mpi
+ )
+"
DEPEND=""