GNU bug report logs - #33212
[PATCH] libreoffice: honor '--cores=...' during build.

Previous Next

Package: guix-patches;

Reported by: ericbavier <at> centurylink.net

Date: Wed, 31 Oct 2018 01:43:02 UTC

Severity: normal

Tags: patch

Done: Eric Bavier <ericbavier <at> centurylink.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33212 in the body.
You can then email your comments to 33212 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33212; Package guix-patches. (Wed, 31 Oct 2018 01:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ericbavier <at> centurylink.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 31 Oct 2018 01:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ericbavier <at> centurylink.net
To: guix-patches <at> gnu.org
Cc: Eric Bavier <bavier <at> member.fsf.org>
Subject: [PATCH] libreoffice: honor '--cores=...' during build.
Date: Tue, 30 Oct 2018 20:42:10 -0500
From: Eric Bavier <bavier <at> member.fsf.org>

* gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add
'--with-parallelism' flag.
---
 gnu/packages/libreoffice.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index e5ab5c507..ad8ff24f2 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1093,6 +1093,8 @@ converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
         (list
           "--enable-release-build"
           "--enable-verbose"
+          ;; Avoid using all cpu cores by default
+          (format #f "--with-parallelism=~d" (parallel-job-count))
           "--disable-fetch-external" ; disable downloads
           "--with-system-libs" ; enable all --with-system-* flags
           (string-append "--with-boost-libdir="
-- 
2.19.1





Information forwarded to guix-patches <at> gnu.org:
bug#33212; Package guix-patches. (Fri, 02 Nov 2018 02:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 33212 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: ericbavier <at> centurylink.net
Cc: 33212 <at> debbugs.gnu.org, Eric Bavier <bavier <at> member.fsf.org>
Subject: Re: [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build.
Date: Thu, 1 Nov 2018 22:13:16 -0400
[Message part 1 (text/plain, inline)]
On Tue, Oct 30, 2018 at 08:42:10PM -0500, ericbavier <at> centurylink.net wrote:
> From: Eric Bavier <bavier <at> member.fsf.org>
> 
> * gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add
> '--with-parallelism' flag.

Thanks, LGTM!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Eric Bavier <ericbavier <at> centurylink.net>:
You have taken responsibility. (Tue, 06 Nov 2018 02:29:02 GMT) Full text and rfc822 format available.

Notification sent to ericbavier <at> centurylink.net:
bug acknowledged by developer. (Tue, 06 Nov 2018 02:29:02 GMT) Full text and rfc822 format available.

Message #13 received at 33212-close <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <ericbavier <at> centurylink.net>
Cc: 33212-close <at> debbugs.gnu.org
Subject: Re: [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build.
Date: Mon, 5 Nov 2018 20:28:39 -0600
[Message part 1 (text/plain, inline)]
On Thu, 1 Nov 2018 22:13:16 -0400
Leo Famulari <leo <at> famulari.name> wrote:

> On Tue, Oct 30, 2018 at 08:42:10PM -0500, ericbavier <at> centurylink.net wrote:
> > From: Eric Bavier <bavier <at> member.fsf.org>
> > 
> > * gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add
> > '--with-parallelism' flag.  
> 
> Thanks, LGTM!

Great, pushed in cddc044ce73ec6ec44279fabb629d6910e980e86

`~Eric
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Dec 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 250 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.