andreas pushed a commit to branch master
in repository guix.
commit c68ec87ca7f5e56fa930541fbb6e17fd277dbf1b
Author: Andreas Enge <[email protected]>
Date: Fri Jun 21 09:33:30 2019 +0200
gnu: iml: Enable shared library.
* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
---
gnu/packages/algebra.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 7fca135..5cf981c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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="