commit:     cb7c322d048ab7ff047e656282356192bbf7b923
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 14 23:03:14 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 23:03:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cb7c322d

fully supports mpi

Package-Manager: portage-2.2.8-r2

---
 dev-cpp/icnc/ChangeLog        | 3 +++
 dev-cpp/icnc/icnc-9999.ebuild | 7 +------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog
index 210238b..2b0943a 100644
--- a/dev-cpp/icnc/ChangeLog
+++ b/dev-cpp/icnc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Nov 2014; Christoph Junghans <[email protected]> icnc-9999.ebuild:
+  fully supports mpi
+
   13 Nov 2014; Christoph Junghans <[email protected]> icnc-9999.ebuild:
   added IUSE=mpi
 

diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild
index 97fe17a..b2970ad 100644
--- a/dev-cpp/icnc/icnc-9999.ebuild
+++ b/dev-cpp/icnc/icnc-9999.ebuild
@@ -22,15 +22,10 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="mpi"
 
-# https://github.com/icnc/icnc/issues/14 OpenMPI not supported, only *ch 
implementation
 DEPEND="
        >=dev-cpp/tbb-4.2
        sys-libs/glibc
-       mpi? ( || (
-               sys-cluster/mpich
-               sys-cluster/mpich2
-               sys-cluster/mvapich2
-       ) )
+       mpi? ( virtual/mpi )
        "
 RDEPEND="${DEPEND}"
 

Reply via email to