From d5337dedc68adc4dfcbfe8bb045c96554512aabf Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 3 Mar 2019 17:29:22 +0100 Subject: dev-python/numpy: force MAKEOPTS=-j1 for all USE configurations ...even failing for USE=lapack on some systems. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann --- dev-python/numpy/numpy-1.13.3.ebuild | 2 +- dev-python/numpy/numpy-1.14.5.ebuild | 2 +- dev-python/numpy/numpy-1.15.4.ebuild | 2 +- dev-python/numpy/numpy-1.16.1.ebuild | 2 +- dev-python/numpy/numpy-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-python/numpy') diff --git a/dev-python/numpy/numpy-1.13.3.ebuild b/dev-python/numpy/numpy-1.13.3.ebuild index 38ab8f14ce32..a5c8d4c1b90a 100644 --- a/dev-python/numpy/numpy-1.13.3.ebuild +++ b/dev-python/numpy/numpy-1.13.3.ebuild @@ -127,7 +127,7 @@ python_prepare_all() { } python_compile() { - use !lapack && export MAKEOPTS=-j1 #660754 + export MAKEOPTS=-j1 #660754 local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild index e48e1dc70343..91878ae0ac94 100644 --- a/dev-python/numpy/numpy-1.14.5.ebuild +++ b/dev-python/numpy/numpy-1.14.5.ebuild @@ -114,7 +114,7 @@ python_prepare_all() { } python_compile() { - use !lapack && export MAKEOPTS=-j1 #660754 + export MAKEOPTS=-j1 #660754 local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" diff --git a/dev-python/numpy/numpy-1.15.4.ebuild b/dev-python/numpy/numpy-1.15.4.ebuild index 5e43b353b724..61c12ef0dd58 100644 --- a/dev-python/numpy/numpy-1.15.4.ebuild +++ b/dev-python/numpy/numpy-1.15.4.ebuild @@ -109,7 +109,7 @@ python_prepare_all() { } python_compile() { - use !lapack && export MAKEOPTS=-j1 #660754 + export MAKEOPTS=-j1 #660754 local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" diff --git a/dev-python/numpy/numpy-1.16.1.ebuild b/dev-python/numpy/numpy-1.16.1.ebuild index ecb913628ef6..66327cf6314e 100644 --- a/dev-python/numpy/numpy-1.16.1.ebuild +++ b/dev-python/numpy/numpy-1.16.1.ebuild @@ -112,7 +112,7 @@ python_prepare_all() { } python_compile() { - use !lapack && export MAKEOPTS=-j1 #660754 + export MAKEOPTS=-j1 #660754 local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" diff --git a/dev-python/numpy/numpy-9999.ebuild b/dev-python/numpy/numpy-9999.ebuild index 7232ea8a951e..1a6cd293f26f 100644 --- a/dev-python/numpy/numpy-9999.ebuild +++ b/dev-python/numpy/numpy-9999.ebuild @@ -104,7 +104,7 @@ python_prepare_all() { } python_compile() { - use !lapack && export MAKEOPTS=-j1 #660754 + export MAKEOPTS=-j1 #660754 distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG} } -- cgit v1.2.3