guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: why3: Update to 1.3.3.


From: guix-commits
Subject: 02/03: gnu: why3: Update to 1.3.3.
Date: Sun, 20 Jun 2021 07:14:37 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6e6769dde0a3e613784834aeded53b3aaa2e4cec
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Jun 20 12:59:56 2021 +0200

    gnu: why3: Update to 1.3.3.
    
    * gnu/packages/maths.scm (why3): Update to 1.3.3.
    [arguments]: Adjust for newer ocaml-num.
---
 gnu/packages/maths.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a79d546..84540d5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6289,14 +6289,14 @@ numeric differences and differences in numeric 
formats.")
 (define-public why3
   (package
     (name "why3")
-    (version "1.3.1")
+    (version "1.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://gforge.inria.fr/frs/download.php/file";
-                                  "/38291/why3-" version ".tar.gz"))
+                                  "/38367/why3-" version ".tar.gz"))
               (sha256
                (base32
-                "16zcrc60zz2j3gd3ww93z2z9x2jkxb3kr57y8i5rcgmacy7mw3bv"))))
+                "1n0a2nn1gnk0zg339lh698g4wpk7m8m1vyi2yvifd5adqvk4milw"))))
     (build-system ocaml-build-system)
     (native-inputs
      `(("coq" ,coq)
@@ -6320,8 +6320,8 @@ numeric differences and differences in numeric formats.")
              (setenv "CONFIG_SHELL" (which "sh"))
              (substitute* "configure"
                ;; find ocaml-num in the correct directory
-               (("\\$DIR/nums.cma") "$DIR/../nums.cma")
-               (("\\$DIR/num.cmi") "$DIR/../num.cmi"))
+               (("\\$DIR/nums.cma") "$DIR/num.cma")
+               (("\\$DIR/num.cmi") "$DIR/core/num.cmi"))
              #t))
          (add-after 'configure 'fix-makefile
            (lambda _



reply via email to

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