all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build.
@ 2018-10-31  1:42 ericbavier
  2018-11-02  2:13 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: ericbavier @ 2018-10-31  1:42 UTC (permalink / raw)
  To: 33212; +Cc: Eric Bavier

From: Eric Bavier <bavier@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build.
  2018-10-31  1:42 [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build ericbavier
@ 2018-11-02  2:13 ` Leo Famulari
  2018-11-06  2:28   ` bug#33212: " Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-11-02  2:13 UTC (permalink / raw)
  To: ericbavier; +Cc: 33212, Eric Bavier

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

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

Thanks, LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#33212: [PATCH] libreoffice: honor '--cores=...' during build.
  2018-11-02  2:13 ` Leo Famulari
@ 2018-11-06  2:28   ` Eric Bavier
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Bavier @ 2018-11-06  2:28 UTC (permalink / raw)
  Cc: 33212-close

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Thu, 1 Nov 2018 22:13:16 -0400
Leo Famulari <leo@famulari.name> wrote:

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

Great, pushed in cddc044ce73ec6ec44279fabb629d6910e980e86

`~Eric

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-06  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31  1:42 [bug#33212] [PATCH] libreoffice: honor '--cores=...' during build ericbavier
2018-11-02  2:13 ` Leo Famulari
2018-11-06  2:28   ` bug#33212: " Eric Bavier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.