GNU bug report logs - #62652
[PATCH] gnu: giac: Update to 1.9.0-41.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Mon, 3 Apr 2023 19:46:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62652 <at> debbugs.gnu.org
Subject: [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43.
Date: Mon, 10 Apr 2023 17:23:25 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-43.
[arguments]<#:phases>: Skip failing tests on i686.
---

v4: Bump to 1.9.0-43.

 gnu/packages/algebra.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c7df217d21..76b3da8084 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -329,7 +329,7 @@ (define-public cmh
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-37")
+    (version "1.9.0-43")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ (define-public giac
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))
+        (base32 "1fqs9nxjj0kimisfsfhscgzfmc470lyzm63hwla7ka2iqq3s7bp3"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -360,8 +360,8 @@ (define-public giac
             ;; FIXME: Tests failing.  Not sure why.
             (lambda _
               (substitute* "check/Makefile.in"
-                (("chk_fhan4") "")
-                (("chk_fhan11") ""))))
+                (("chk_fhan(4|11)") "")
+                (("chk_fhan(14|21)") "")))) ;fail specifically on i686
           (add-after 'install 'fix-doc
             (lambda _
               ;; Most French documentation has a non-commercial license, so we

base-commit: a4e9842a70775a54bbe1369881b739e7ea9a6432
-- 
2.39.2





This bug report was last modified 2 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.