This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jtaylor
Recipients Arfrever, Sjlver, bfroehle, christian.heimes, eric.araujo, jtaylor, pitrou, python-dev, scoder, tarek, vstinner
Date 2015-01-16.19:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421438354.6.0.589627502897.issue5309@psf.upfronthosting.co.za>
In-reply-to
Content
very nice, thanks for adding this.

coincidentally numpy added the same to numpy.distutils independently just a week later, though numpy also accepts an environment variable to set the number of jobs.
This is useful for e.g. pip installations where one does not control the command line. Also an environment variable allows parallel jobs in environments where it is not guaranteed that the feature is available. E.g. you could just put it into your .bashrc and when building with 3.5 it will just work and 2.7 will not fail.

Is the naming --parallel/j already fixed? I'll change the numpy options to the same name then.

Please also add it to the release notes so the feature can be discovered easier.
History
Date User Action Args
2015-01-16 19:59:14jtaylorsetrecipients: + jtaylor, pitrou, scoder, vstinner, christian.heimes, tarek, eric.araujo, Arfrever, python-dev, bfroehle, Sjlver
2015-01-16 19:59:14jtaylorsetmessageid: <1421438354.6.0.589627502897.issue5309@psf.upfronthosting.co.za>
2015-01-16 19:59:14jtaylorlinkissue5309 messages
2015-01-16 19:59:13jtaylorcreate