guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: libreoffice: honor '--cores=...' during build.


From: Eric Bavier
Subject: 01/01: libreoffice: honor '--cores=...' during build.
Date: Sun, 4 Nov 2018 22:58:24 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit cddc044ce73ec6ec44279fabb629d6910e980e86
Author: Eric Bavier <address@hidden>
Date:   Tue Oct 30 20:36:08 2018 -0500

    libreoffice: honor '--cores=...' during build.
    
    * 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 b6ff6dc..bb72f69 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1096,6 +1096,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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]