Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/
Date: Wed, 07 Feb 2018 22:29:22
Message-Id: 1518042533.fff07ea867f8fe4fd6ab61d18a3e1687dd73970f.jsbronder@gentoo
1 commit: fff07ea867f8fe4fd6ab61d18a3e1687dd73970f
2 Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 22:28:31 2018 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 22:28:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff07ea8
7
8 virtual/mpi: Update sys-cluster/openmpi dependency
9
10 >=sys-cluster/openmpi-3 no longer has the threads USE flag as the
11 feature it used to control is now always enabled by upstream.
12
13 Fixes #645952. Thanks to Eugene Shalygin for the report.
14
15 Package-Manager: Portage-2.3.13, Repoman-2.3.3
16
17 virtual/mpi/mpi-2.0-r5.ebuild | 20 ++++++++++++++++++++
18 1 file changed, 20 insertions(+)
19
20 diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild
21 new file mode 100644
22 index 00000000000..6bc0e44b350
23 --- /dev/null
24 +++ b/virtual/mpi/mpi-2.0-r5.ebuild
25 @@ -0,0 +1,20 @@
26 +# Copyright 1999-2018 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +inherit multilib-build
32 +
33 +DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
36 +IUSE="cxx fortran romio threads"
37 +
38 +RDEPEND="|| (
39 + >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?]
40 + >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
41 + sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
42 + sys-cluster/mvapich2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads?]
43 + sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
44 + sys-cluster/native-mpi
45 +)"