guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: iml: Enable shared library.


From: guix-commits
Subject: 01/03: gnu: iml: Enable shared library.
Date: Fri, 21 Jun 2019 04:17:31 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit c68ec87ca7f5e56fa930541fbb6e17fd277dbf1b
Author: Andreas Enge <address@hidden>
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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]