Message234147
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. |
|
Date |
User |
Action |
Args |
2015-01-16 19:59:14 | jtaylor | set | recipients:
+ jtaylor, pitrou, scoder, vstinner, christian.heimes, tarek, eric.araujo, Arfrever, python-dev, bfroehle, Sjlver |
2015-01-16 19:59:14 | jtaylor | set | messageid: <1421438354.6.0.589627502897.issue5309@psf.upfronthosting.co.za> |
2015-01-16 19:59:14 | jtaylor | link | issue5309 messages |
2015-01-16 19:59:13 | jtaylor | create | |
|