mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: iml: Enable shared library.
* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
This commit is contained in:
parent
fedb9571eb
commit
c68ec87ca7
1 changed files with 1 additions and 0 deletions
|
@ -1548,6 +1548,7 @@ (define-public iml
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"--enable-shared"
|
||||
(string-append "--with-gmp-include="
|
||||
(assoc-ref %build-inputs "gmp") "/include")
|
||||
(string-append "--with-gmp-lib="
|
||||
|
|
Loading…
Reference in a new issue