gnu: openblas: Do not build static library.

* gnu/packages/maths.scm (openblas)[make-flags]: Add NO_STATIC=1.
This commit is contained in:
Maxim Cournoyer 2021-11-06 01:36:03 -04:00
parent 9e497f44ba
commit 661b25a2ed
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4429,6 +4429,7 @@ (define-public openblas
(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