Skip to content

Commit

Permalink
dev-python/numpy: Build sequential if python3.5 is involved
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573222

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Jan 29, 2016
1 parent 6628308 commit 8e19a0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-python/numpy/numpy-1.10.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8e19a0a

Please sign in to comment.