guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: coq-flocq: Update to 3.4.2.


From: guix-commits
Subject: 01/06: gnu: coq-flocq: Update to 3.4.2.
Date: Sun, 21 Nov 2021 13:27:26 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 45bc66dbe9cd7aa3f5d8189f3286867594768089
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 16:48:35 2021 +0100

    gnu: coq-flocq: Update to 3.4.2.
    
    * gnu/packages/coq.scm (coq-flocq): Update to 3.4.2.
---
 gnu/packages/coq.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 91290c8..15b920a 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -191,7 +191,7 @@ provers.")
 (define-public coq-flocq
   (package
     (name "coq-flocq")
-    (version "3.3.1")
+    (version "3.4.2")
     (source
      (origin
        (method git-fetch)
@@ -201,7 +201,7 @@ provers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "01gdykva0lcw6y3dm8j0djxayb87szfg9vn0mxd6z3pks644misl"))))
+         "0j7vq7ifqcdaj2x881aha2rl51l2p72y1cn7r2xya0fjgsssfigy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -211,16 +211,10 @@ provers.")
        ("coq" ,coq)))
     (arguments
      `(#:configure-flags
-       (list (string-append "--libdir=" (assoc-ref %outputs "out")
-                            "/lib/coq/user-contrib/Flocq"))
+       (list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
+                            "/lib/coq/user-contrib"))
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'remove-failing-examples
-           (lambda _
-             (substitute* "Remakefile.in"
-               ;; Fails on a union error.
-               (("Double_rounding_odd_radix.v") ""))
-             #t))
          (add-before 'configure 'fix-remake
            (lambda _
              (substitute* "remake.cpp"



reply via email to

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