On 17/04/18 13:36, Dirk Eddelbuettel wrote:
> 
> On 17 April 2018 at 08:44, Emilio Pozuelo Monfort wrote:
> | Source: quantlib
> | Version: 1.12.1-1
> | Severity: wishlist
> | 
> | Hi,
> | 
> | Your package takes a significant time to build. Enabling parallel builds
> | could significantly reduce the build time, which goes up to 20 hours in
> | some buildds.
> 
> That is true. But over the (many) years I maintained it, I also had
> (significant) issue on some smaller arches for lack of ram.  Running in
> parallel will not make that better. So I am not sure we can do this that
> easily.

I see. One option is to enable parallel builds on 64 bit architectures
(DEB_HOST_ARCH_BITS == 64) unconditionally. And for 32 bit architectures, it
could be enabled but limited to 2 processes maximum, as an idea. And if that
turns out to cause problems it can be disabled.

Feel free to try something like that if you think it can work.

Cheers,
Emilio

Reply via email to