diff options
author | Andreas Enge <andreas@enge.fr> | 2019-06-21 09:33:30 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2019-06-21 09:33:30 +0200 |
commit | c68ec87ca7f5e56fa930541fbb6e17fd277dbf1b (patch) | |
tree | 5760f4a7058f181227c04c7691d33064e3b42a98 /gnu | |
parent | fedb9571eb423bff0f806ae3fcb106e16e1e56e9 (diff) | |
download | guix-c68ec87ca7f5e56fa930541fbb6e17fd277dbf1b.tar.gz |
gnu: iml: Enable shared library.
* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 7fca1358ff..5cf981cda7 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=" |