Andreas Enge writes: > On Wed, Aug 27, 2014 at 02:23:52PM +0200, Ludovic Courtès wrote: >> > * guix/build-system/perl.scm (perl-build): Add support for variables >> > parallel-build? and parallel-tests?. >> Yes, and could you also do that change in python.scm? > > There I would not know what to do, as the python build system uses > "setup.py" and not "make".
>From what I've seen, it would be difficult to extend parallel testing to python packages, because the method to accomplish this would depend on the testing framework the package uses. I don't know that setuptools has any way to build in parallel. I could be wrong. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
