# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit autotools-utils git-2 DESCRIPTION="MPI substitute library" HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/" SRC_URI="" EGIT_REPO_URI="git://github.com/olenz/NullMPI.git" EGIT_BRANCH="master" EGIT_BOOTSTRAP="eautoreconf" LICENSE="GPL-1" SLOT="0" KEYWORDS="" IUSE="static-libs" RDEPEND=" !sys-cluster/lam-mpi !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec" DEPEND="${RDEPEND}"