mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: qd: Omit static library.
* gnu/packages/multiprecision.scm (qd)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
e3ede6fdad
commit
5101dcfb15
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ (define-public qd
|
|||
(list gfortran))
|
||||
(arguments
|
||||
`(#:configure-flags `("--disable-enable_fma" ;weird :/
|
||||
"--disable-static"
|
||||
"--enable-shared"
|
||||
,,@(if (string-prefix? "aarch64"
|
||||
(or (%current-target-system)
|
||||
|
|
Loading…
Reference in a new issue