[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
- 223/227: gnu: openblas: Add support for older x86 processors., (continued)
- 223/227: gnu: openblas: Add support for older x86 processors., guix-commits, 2021/11/11
- 227/227: gnu: kexec-tools: Fix build on i686-linux., guix-commits, 2021/11/11
- 161/227: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/11
- 171/227: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/11
- 179/227: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/11
- 183/227: gnu: geoclue: Fix build option name., guix-commits, 2021/11/11
- 193/227: gnu: Add python-dotenv., guix-commits, 2021/11/11
- 194/227: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/11
- 212/227: gnu: python-asynctest: Delete package., guix-commits, 2021/11/11
- 217/227: gnu: hackneyed-x11-cursors: Update to 0.8.2., guix-commits, 2021/11/11
- 224/227: gnu: openblas: Do not build static library.,
guix-commits <=
- 211/227: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/11
- 201/227: gnu: icecat: Use latest rust., guix-commits, 2021/11/11
- 202/227: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/11
- 180/227: gnu: Add polkit-duktape., guix-commits, 2021/11/11
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/11
- 218/227: gnu: gnome-session: Use meson-0.59., guix-commits, 2021/11/11
- 220/227: gnu: network-manager-applet: Use meson-0.59., guix-commits, 2021/11/11
- 135/227: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/11
- 187/227: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/11
- 196/227: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/11