apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 661b25a2ed090bd16f212cefd45296221a141afc
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Nov 6 01:36:03 2021 -0400

    gnu: openblas: Do not build static library.
    
    * gnu/packages/maths.scm (openblas)[make-flags]: Add NO_STATIC=1.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 45c2810..42e59fa 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4429,6 +4429,7 @@ parts of it.")
        (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
              "SHELL=bash"
              "MAKE_NB_JOBS=0"           ;use jobserver for submakes
+             "NO_STATIC=1"              ;avoid a 67 MiB static archive
 
              ;; This is the maximum number of threads OpenBLAS will ever use 
(that
              ;; is, if $OPENBLAS_NUM_THREADS is greater than that, then 
NUM_THREADS

Reply via email to