commit: e27e1fed06d64d8e83d19858b9674ac111f04ce7 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Wed Dec 2 23:55:42 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Wed Dec 2 23:55:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e27e1fed
sci-biology/wcd: add note on supported MPI implementations Package-Manager: portage-2.2.26 sci-biology/wcd/ChangeLog | 3 +++ sci-biology/wcd/wcd-0.6.3.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sci-biology/wcd/ChangeLog b/sci-biology/wcd/ChangeLog index 5d9d88f..7336100 100644 --- a/sci-biology/wcd/ChangeLog +++ b/sci-biology/wcd/ChangeLog @@ -3,6 +3,9 @@ # $Id$ 02 Dec 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> wcd-0.6.3.ebuild: + sci-biology/wcd: add note on supported MPI implementations + + 02 Dec 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> wcd-0.6.3.ebuild: sci-biology/wcd: also install some documentation, albeit probably old 02 Dec 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> diff --git a/sci-biology/wcd/wcd-0.6.3.ebuild b/sci-biology/wcd/wcd-0.6.3.ebuild index 98850ed..e09b302 100644 --- a/sci-biology/wcd/wcd-0.6.3.ebuild +++ b/sci-biology/wcd/wcd-0.6.3.ebuild @@ -21,6 +21,8 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="doc mpi threads" +# This code (0.4.1 at least) has been tested using LAMMPI (RedHat, Suse, +# MacOS X), MPICH (Ubuntu) and MVAPICH (Suse) DEPEND="mpi? ( sys-cluster/mpich2 )" RDEPEND=""