Gentoo Archives: gentoo-python

From: Mike Gilbert <floppym@g.o>
To: Rafael Goncalves Martins <rafaelmartins@g.o>
Cc: "Michał Górny" <mgorny@g.o>, gentoo-python <gentoo-python@l.g.o>
Subject: Re: [gentoo-python] Re: [PATCH] Support overriding job-count for distutils-r1 multiprocessing.
Date: Tue, 01 Jan 2013 21:17:13
Message-Id: CAJ0EP43RydtrX0gOa5EvUmWZ+UxHQF8DBUgAy4=aan+QKvvehA@mail.gmail.com
In Reply to: Re: [gentoo-python] Re: [PATCH] Support overriding job-count for distutils-r1 multiprocessing. by Rafael Goncalves Martins
1 On Tue, Jan 1, 2013 at 3:15 PM, Rafael Goncalves Martins
2 <rafaelmartins@g.o> wrote:
3 > I don't know the eclass enough and the question may look silly for you
4 > guys, but what happens if people adds other make options to MAKEOPTS
5 > instead of just -jX ?
6
7 We use the makeopts_jobs function from multiprocessing.eclass to parse
8 out the number of jobs from MAKEOPTS.
9
10 It currently ignores the load-average flag, mostly because there
11 really isn't any way to implement that in a generic way.

Replies