From cddc044ce73ec6ec44279fabb629d6910e980e86 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Tue, 30 Oct 2018 20:36:08 -0500 Subject: 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 b6ff6dc528..bb72f69f40 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=" -- cgit v1.2.3 d class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
AgeCommit message (Expand)Author
2019-07-20ui: 'warn-about-load-error' provides hints for unbound variables....Ludovic Courtès
2019-07-20ui: 'warn-about-load-error' warns about file/module name mismatches....Ludovic Courtès
2019-04-19guix build: Accept multiple '-s' options....Ludovic Courtès
2019-04-15guix build: Fix relative file name canonicalization for '--root'....Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès