mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/numpy: Build sequential if python3.5 is involved
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573222 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -117,7 +117,9 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
|
||||
distutils-r1_python_compile \
|
||||
$(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
|
||||
${NUMPY_FCONFIG}
|
||||
}
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user