gnu: iml: Enable shared library.

* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
This commit is contained in:
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

View file

@ -1548,6 +1548,7 @@ (define-public iml
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list (list
"--enable-shared"
(string-append "--with-gmp-include=" (string-append "--with-gmp-include="
(assoc-ref %build-inputs "gmp") "/include") (assoc-ref %build-inputs "gmp") "/include")
(string-append "--with-gmp-lib=" (string-append "--with-gmp-lib="