gnu: iml: Enable shared library.
* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
This commit is contained in:
parent
fedb9571eb
commit
c68ec87ca7
|
@ -1548,6 +1548,7 @@ structure constants of Schubert polynomials.")
|
|||
(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 New Issue