Python 3.5+ introduces parallel build support in distutils. Take
advantage of that by passing appropriate -j option. Since distutils
does not support an equivalent of --load-average, default to the number
of CPUs+1 when unspecified.
---
eclass/distutils-r1.eclass | 17 ++---
1 file c
On Tue, Jul 17, 2018 at 4:41 AM, Michał Górny wrote:
> Python 3.5+ introduces parallel build support in distutils. Take
> advantage of that by passing appropriate -j option. Since distutils
> does not support an equivalent of --load-average, default to the number
> of CPUs+1 when unspecified.
H
W dniu wto, 17.07.2018 o godzinie 10∶40 -0400, użytkownik Mike Gilbert
napisał:
> On Tue, Jul 17, 2018 at 4:41 AM, Michał Górny wrote:
> > Python 3.5+ introduces parallel build support in distutils. Take
> > advantage of that by passing appropriate -j option. Since distutils
> > does not support
W dniu pon, 25.06.2018 o godzinie 08∶22 +0200, użytkownik Fabian Groffen
napisał:
> On 24-06-2018 00:36:28 +0200, Michał Górny wrote:
> > I'd like to just make a short announcement that I've updated
> > the developer commit timeline [1].
>
> Very nice stats, thanks for that.
>
> Suggestion: perha
https://github.com/gentoo/gentoo/pull/9222 was merged prematurely, and
included the first iteration of my linux-info EAPI 7 patch, and requires
this patch on top to avoid a double slash.
---
eclass/linux-info.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/linux-i