mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: openblas: Do not build static library.
* gnu/packages/maths.scm (openblas)[make-flags]: Add NO_STATIC=1.
This commit is contained in:
parent
9e497f44ba
commit
661b25a2ed
1 changed files with 1 additions and 0 deletions
|
@ -4429,6 +4429,7 @@ (define-public openblas
|
||||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
"SHELL=bash"
|
"SHELL=bash"
|
||||||
"MAKE_NB_JOBS=0" ;use jobserver for submakes
|
"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
|
;; This is the maximum number of threads OpenBLAS will ever use (that
|
||||||
;; is, if $OPENBLAS_NUM_THREADS is greater than that, then NUM_THREADS
|
;; is, if $OPENBLAS_NUM_THREADS is greater than that, then NUM_THREADS
|
||||||
|
|
Loading…
Reference in a new issue