[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: openblas: Honor parallel-job-count.
From: |
guix-commits |
Subject: |
01/01: gnu: openblas: Honor parallel-job-count. |
Date: |
Thu, 21 Feb 2019 23:05:17 -0500 (EST) |
bavier pushed a commit to branch staging
in repository guix.
commit 5855756c81041bd7dd81ae45f473e1c116e2a0f2
Author: Eric Bavier <address@hidden>
Date: Thu Feb 21 21:01:26 2019 -0600
gnu: openblas: Honor parallel-job-count.
* gnu/packages/maths.scm (openblas)[arguments]: Add "MAKE_NB_JOBS" make
flag.
---
gnu/packages/maths.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7a03036..c358700 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2956,6 +2956,7 @@ parts of it.")
#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
"SHELL=bash"
+ "MAKE_NB_JOBS=0" ;use jobserver for submakes
;; Build the library for all supported CPUs. This allows
;; switching CPU targets at runtime with the environment variable
;; OPENBLAS_CORETYPE=<type>, where "type" is a supported CPU type.