Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Sun, 29 Dec 2019 16:11:06
Message-Id: 1577635855.d4b96f3a5d5b57e62b0a7d02781360d4e3ef055d.patrick@gentoo
1 commit: d4b96f3a5d5b57e62b0a7d02781360d4e3ef055d
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 16:10:42 2019 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 16:10:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b96f3a
7
8 dev-python/matplotlib: Force single-threaded build
9
10 Avoids reliable messages along the lines of:
11
12 /src/py_converters.o: file not recognized: file truncated
13 collect2: error: ld returned 1 exit status
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
16
17 dev-python/matplotlib/matplotlib-2.2.4.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/matplotlib/matplotlib-2.2.4.ebuild b/dev-python/matplotlib/matplotlib-2.2.4.ebuild
21 index 97f38a4d86b..7b3a575fbf1 100644
22 --- a/dev-python/matplotlib/matplotlib-2.2.4.ebuild
23 +++ b/dev-python/matplotlib/matplotlib-2.2.4.ebuild
24 @@ -216,7 +216,7 @@ wrap_setup() {
25 }
26
27 python_compile() {
28 - wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib
29 + wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib
30 }
31
32 python_compile_all() {