aboutsummaryrefslogtreecommitdiff
blob: c3e5965ba2d53b9981e16f9fee258f874687d8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
EGIT_BRANCH="master"

inherit autotools-utils git-2

DESCRIPTION="MPI substitute library"
HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
SRC_URI=""

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="static-libs"

RDEPEND="
	!sys-cluster/lam-mpi
	!sys-cluster/mpich
	!sys-cluster/mpich2
	!sys-cluster/mpiexec"

DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog README TODO )

S="${WORKDIR}/${EGIT_REPO_URI##*/}"

src_prepare() {
	autotools-utils_src_prepare
	eautoreconf
}