guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cmh: Fix build.


From: guix-commits
Subject: 01/01: gnu: cmh: Fix build.
Date: Mon, 8 Jul 2019 09:48:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ddfb62807d211c3118ecc08ea7de1906bbe9e0de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 8 15:47:52 2019 +0200

    gnu: cmh: Fix build.
    
    This follows up on commit 1de48e8f8afec23847458c533d2fae0d69d8942a.
    
    * gnu/packages/algebra.scm (fplll-4-cmh): New variable.
    (cmh)[inputs]: Use it.
---
 gnu/packages/algebra.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 7e66e42..87eadf0 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -298,6 +298,20 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
    (license license:gpl2)
    (home-page "https://pari.math.u-bordeaux.fr/";)))
 
+(define fplll-4-cmh
+  (package
+    (inherit fplll)
+    (name "fplll")
+    (version "4.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-";
+             version ".tar.gz"))
+       (sha256
+        (base32 "1cbiby7ykis4z84swclpysrljmqhfcllpkcbll1m08rzskgb1a6b"))))))
+
 (define-public cmh
   (package
    (name "cmh")
@@ -316,7 +330,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
        ("mpfr" ,mpfr)
        ("mpc" ,mpc)
        ("mpfrcx" ,mpfrcx)
-       ("fplll" ,fplll)
+       ("fplll" ,fplll-4-cmh)
        ("pari-gp"  ,pari-gp)))
    (synopsis "Igusa class polynomial computations")
    (description



reply via email to

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