Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/
Date: Tue, 06 Sep 2016 00:18:58
Message-Id: 1473121078.5d97000d5f7623d7d9b881022e4b2dfc7cd9d744.ottxor@gentoo
1 commit: 5d97000d5f7623d7d9b881022e4b2dfc7cd9d744
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 00:17:58 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 00:17:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d97000d
7
8 virtual/mpi: added nullmpi
9
10 Package-Manager: portage-2.2.28
11
12 virtual/mpi/mpi-2.0-r4.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild
16 index 92e3b14..ae6566b 100644
17 --- a/virtual/mpi/mpi-2.0-r4.ebuild
18 +++ b/virtual/mpi/mpi-2.0-r4.ebuild
19 @@ -19,6 +19,7 @@ RDEPEND="|| (
20 >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
21 sys-cluster/mpich2[cxx?,fortran?,romio?,threads?]
22 sys-cluster/mvapich2[fortran?,romio?,threads?]
23 + sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
24 sys-cluster/native-mpi
25 )"