summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-06 13:30:19 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-06 13:38:40 +0200
commitfe245c5775271cd7bbf40c8384ab08dd0eaaf954 (patch)
treed5424e1940fffb88f2ac396adffe1fad998641d6 /dev-python/pytables
parentdev-python/numpy: arm stable (bug #730936) (diff)
downloadgentoo-fe245c5775271cd7bbf40c8384ab08dd0eaaf954.tar.gz
gentoo-fe245c5775271cd7bbf40c8384ab08dd0eaaf954.tar.bz2
gentoo-fe245c5775271cd7bbf40c8384ab08dd0eaaf954.zip
dev-python/pytables: Fix parallel build failure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/pytables-3.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild
index abe2b97d2fe5..bbf468920d02 100644
--- a/dev-python/pytables/pytables-3.6.1.ebuild
+++ b/dev-python/pytables/pytables-3.6.1.ebuild
@@ -56,7 +56,7 @@ python_compile() {
local -x CFLAGS="${CFLAGS}"
append-cflags -fno-strict-aliasing
fi
- distutils-r1_python_compile
+ distutils-r1_python_compile -j1
}
python_test() {