Archived
1
0
Fork 0

gnu: libofx: Disable parallel build.

* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
This commit is contained in:
Marius Bakke 2020-01-26 13:19:44 +01:00
parent f8a94609d3
commit c17fb65907
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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