Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] multiprocessing.eclass: Improvements for wider use
Date: Sun, 18 Dec 2016 13:45:18
Message-Id: 20161218144459.2eebe808.mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH] multiprocessing.eclass: Improvements for wider use by "Michał Górny"
1 On Tue, 13 Dec 2016 10:36:13 +0100
2 Michał Górny <mgorny@g.o> wrote:
3
4 > Hello,
5 >
6 > Here's a short batch of improvements to multiprocessing.eclass.
7 >
8 > Patch 1 fixes handling multiple short args, e.g. '-kj'.
9 >
10 > Patch 2 adds get_nproc() (copied from scons-utils.eclass) that tries
11 > to portably determine the number of available CPUs.
12 >
13 > Patch 3 adds the option to explicitly specify the replacement for
14 > unlimited jobs/loadvg in makeopts_*() functions.
15 >
16 > 2+3 combined makes it possible to provide a safe replacement for
17 > unlimited '--jobs' for build systems that do not support limiting
18 > '--loadavg'.
19
20 Pushed now.
21
22 --
23 Best regards,
24 Michał Górny
25 <http://dev.gentoo.org/~mgorny/>