guix-commits
[Top][All Lists]
Advanced

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

224/227: gnu: openblas: Do not build static library.


From: guix-commits
Subject: 224/227: gnu: openblas: Do not build static library.
Date: Thu, 11 Nov 2021 12:30:56 -0500 (EST)

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

commit 661b25a2ed090bd16f212cefd45296221a141afc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

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