Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+

2018-07-19 Thread Mike Gilbert
On Thu, Jul 19, 2018 at 10:14 AM, Michał Górny wrote: > W dniu czw, 19.07.2018 o godzinie 10∶06 -0400, użytkownik Mike Gilbert > napisał: >> On Tue, Jul 17, 2018 at 10:48 AM, Michał Górny wrote: >> > W dniu wto, 17.07.2018 o godzinie 10∶40 -0400, użytkownik Mike Gilbert >> > napisał: >> > > On Tu

Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+

2018-07-19 Thread Michał Górny
W dniu czw, 19.07.2018 o godzinie 10∶06 -0400, użytkownik Mike Gilbert napisał: > On Tue, Jul 17, 2018 at 10:48 AM, Michał Górny wrote: > > 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

Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+

2018-07-19 Thread Mike Gilbert
On Tue, Jul 17, 2018 at 10:48 AM, Michał Górny wrote: > 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 passin

Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+

2018-07-17 Thread Michał Górny
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

Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+

2018-07-17 Thread Mike Gilbert
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