Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: Gentoo Python Project <python@g.o>, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: Enable parallel builds in py3.5+
Date: Fri, 20 Jul 2018 19:52:08
Message-Id: CAJ0EP40LQivgiwr9TFS_9+tSh+dQ8H3X8NsbCw5=wvSSyk38Lw@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH v2] distutils-r1.eclass: Enable parallel builds in py3.5+ by "Michał Górny"
1 On Thu, Jul 19, 2018 at 11:01 AM, Michał Górny <mgorny@g.o> wrote:
2 > Python 3.5+ introduces parallel build support in distutils. Take
3 > advantage of that by passing appropriate -j option. Since distutils
4 > does not support an equivalent of --load-average, default to the number
5 > of CPUs+1 when unspecified.
6 >
7 > In order to avoid breaking stable systems, introduce the new behavior
8 > only for EAPI 7 ebuilds, or older EAPI ebuilds with unstable
9 > implementations (Python 3.7 and PyPy 3).
10
11 Looks good to me.