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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eric Bavier <ericbavier <at> centurylink.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#33212: closed ([PATCH] libreoffice: honor '--cores=...'
 during build.)
Date: Tue, 06 Nov 2018 02:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 5 Nov 2018 20:28:39 -0600
with message-id <20181105202839.7b275231 <at> centurylink.net>
and subject line Re: [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build.
has caused the debbugs.gnu.org bug report #33212,
regarding [PATCH] libreoffice: honor '--cores=...' during build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
33212: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33212
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 4 (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 5 (application/pgp-signature, inline)]

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

Previous Next


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