From 661b25a2ed090bd16f212cefd45296221a141afc Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 6 Nov 2021 01:36:03 -0400 Subject: 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(+) (limited to 'gnu/packages') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 45c28106e7..42e59fae7a 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 -- cgit v1.2.3