Re: [PATCH] build-system/perl: Add handling of flags for parallel build and testing.

2014-10-03 Thread Eric Bavier
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

Re: [PATCH] build-system/perl: Add handling of flags for parallel build and testing.

2014-10-03 Thread Andreas Enge
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 syst

Re: [PATCH] build-system/perl: Add handling of flags for parallel build and testing.

2014-08-27 Thread Ludovic Courtès
Andreas Enge skribis: > The patch below should do what is says... I needed to add the flags in two > places, actually. Can I push it? [...] > * guix/build-system/perl.scm (perl-build): Add support for variables > parallel-build? and parallel-tests?. > * guix/build-system/gnu.scm (gnu-build)

[PATCH] build-system/perl: Add handling of flags for parallel build and testing.

2014-08-27 Thread Andreas Enge
The patch below should do what is says... I needed to add the flags in two places, actually. Can I push it? Andreas * guix/build-system/perl.scm (perl-build): Add support for variables parallel-build? and parallel-tests?. * guix/build-system/gnu.scm (gnu-build): Add a line break for clarity.