gnu: iml: Enable shared library.

* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
master
Andreas Enge 2019-06-21 09:33:30 +02:00
parent fedb9571eb
commit c68ec87ca7
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 0 deletions

View File

@ -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="