mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/matplotlib: Force single-threaded build
Avoids reliable messages along the lines of: /src/py_converters.o: file not recognized: file truncated collect2: error: ld returned 1 exit status Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -216,7 +216,7 @@ wrap_setup() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib
|
||||
wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
|
||||
Reference in New Issue
Block a user