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

2018-07-20 Thread Mike Gilbert
On Thu, Jul 19, 2018 at 11:01 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. >

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

2018-07-19 Thread Michał Górny
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. In order to avoid breaking stable systems, introduce the new be