Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194358
Collapse All | Expand All

(-)pygsl-0.9.1.ebuild (+5 lines)
Lines 16-21 Link Here
16
DEPEND=">=sci-libs/gsl-1.8
16
DEPEND=">=sci-libs/gsl-1.8
17
	>=dev-python/numpy-1.0"
17
	>=dev-python/numpy-1.0"
18
18
19
src_unpack() {
20
	unpack ${A}
21
	rm -f "${S}"/swig_src/gslwrap_wrap.c
22
}
23
19
src_test() {
24
src_test() {
20
	cd "${S}/tests"
25
	cd "${S}/tests"
21
	PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"
26
	PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"

Return to bug 194358