guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libofx: Disable parallel build.


From: guix-commits
Subject: 03/03: gnu: libofx: Disable parallel build.
Date: Sun, 26 Jan 2020 08:04:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c17fb659070765acba1b8f568f2639adf48ccd1e
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 26 13:19:44 2020 +0100

    gnu: libofx: Disable parallel build.
    
    * gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
---
 gnu/packages/finance.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ccd079c..190e5cb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1209,7 +1209,8 @@ a client based on Qt.  This is a fork of Bitcoin Core.")))
                 "1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
+     '(#:parallel-build? #f             ;fails with -j64
+       #:configure-flags
        (list (string-append "--with-opensp-includes="
                             (assoc-ref %build-inputs "opensp")
                             "/include/OpenSP"))))



reply via email to

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