me
/
guix
Archived
1
0
Fork 0

gnu: qd: Omit static library.

* gnu/packages/multiprecision.scm (qd)[arguments]:
Add "--disable-static" to #:configure-flags.
master
Tobias Geerinckx-Rice 2021-12-18 05:47:29 +01:00
parent e3ede6fdad
commit 5101dcfb15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -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)