Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 303160 | Differences between
and this patch

Collapse All | Expand All

(-)scientificpython-2.9.ebuild.orig (-1 / +2 lines)
Lines 20-26 Link Here
20
IUSE="doc mpi test"
20
IUSE="doc mpi test"
21
21
22
RDEPEND="dev-python/numpy
22
RDEPEND="dev-python/numpy
23
	sci-libs/netcdf
23
	sci-libs/netcdf[mpi=]
24
	mpi? ( virtual/mpi )"
24
	mpi? ( virtual/mpi )"
25
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
26
	test? ( dev-python/nose )"
26
	test? ( dev-python/nose )"
Lines 33-38 Link Here
33
src_prepare() {
33
src_prepare() {
34
	distutils_src_prepare
34
	distutils_src_prepare
35
	epatch "${FILESDIR}/${P}-mpi.patch"
35
	epatch "${FILESDIR}/${P}-mpi.patch"
36
	use mpi && epatch "${FILESDIR}/${P}-mpi-netcdf.patch"
36
}
37
}
37
38
38
src_compile() {
39
src_compile() {

Return to bug 303160