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] distutils-r1.eclass: Enable parallel builds in py3.5+
Date: Tue, 17 Jul 2018 14:41:19
Message-Id: CAJ0EP43rBEEmTDQp85VYa8d4tOCsyndUeEEJQJYUZzWwpAXqsQ@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] distutils-r1.eclass: Enable parallel builds in py3.5+ by "Michał Górny"
1 On Tue, Jul 17, 2018 at 4:41 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 How do we disable this in individual ebuilds when we inevitably run
8 into problematic packages?

Replies