On Sat, 2008-01-05 at 11:36 -0800, Artem Kachitchkine wrote: > Does the JDS build system build more than one component in parallel and, > if so, does it have any ways to control parallelism? Unless it is > strictly sequential, system requirements would be pretty hard to define, > I think.
Currently pkgtool builds sequentially, parallelization is only at the make level (i.e. most spec files use make -j$CPUS). One of the planned enhancements for pkgtool is parallelizing at the component (spec file) level. Akin to "gmake -j", you will be able to specify the maximum number of components to build in parallel. Laca
