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

(-)graph-tool-9999.ebuild (-6 / +10 lines)
Lines 57-69 Link Here
57
	python_copy_sources
57
	python_copy_sources
58
}
58
}
59
59
60
src_configure_py(){
61
	econf \
62
		--disable-static \
63
		--disable-optimization \
64
		$(use_enable openmp) \
65
		$(use_enable cairo) \
66
		--with-boost-python=${EPYTHON: -3}-mt
67
}
68
60
src_configure() {
69
src_configure() {
61
	python_foreach_impl run_in_build_dir \
70
	python_foreach_impl run_in_build_dir src_configure_py
62
		econf \
63
			--disable-static \
64
			--disable-optimization \
65
			$(use_enable openmp) \
66
			$(use_enable cairo)
67
}
71
}
68
72
69
src_compile() {
73
src_compile() {

Return to bug 537034