[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: qd: Omit static library.
From: |
guix-commits |
Subject: |
06/14: gnu: qd: Omit static library. |
Date: |
Sat, 18 Dec 2021 11:40:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5101dcfb15743bed46f768b18c119db2170c2fbc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 05:47:29 2021 +0100
gnu: qd: Omit static library.
* gnu/packages/multiprecision.scm (qd)[arguments]:
Add "--disable-static" to #:configure-flags.
---
gnu/packages/multiprecision.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 262f96f..6c0d163 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -235,6 +235,7 @@ error. Additionally, iRRAM uses the concept of
multi-valued functions.")
(list gfortran))
(arguments
`(#:configure-flags `("--disable-enable_fma" ;weird :/
+ "--disable-static"
"--enable-shared"
,,@(if (string-prefix? "aarch64"
(or (%current-target-system)
- branch master updated (3aef0e7 -> 0943130), guix-commits, 2021/12/18
- 03/14: gnu: pgpdump: Update to 0.34., guix-commits, 2021/12/18
- 06/14: gnu: qd: Omit static library.,
guix-commits <=
- 07/14: gnu: rofi: Update to 1.7.2., guix-commits, 2021/12/18
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14., guix-commits, 2021/12/18
- 11/14: gnu: imv: Remove input labels., guix-commits, 2021/12/18
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage., guix-commits, 2021/12/18
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18
- 10/14: gnu: imv: Update to 4.3.1., guix-commits, 2021/12/18