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 v2] gnu: giac: Update to 1.9.0-41.
Date: Tue,  4 Apr 2023 20:53:05 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
[arguments]<#:phases>: Skip a failing test on i686.
---
Changelog:

v2: Skip a failing test on i686.

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

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 830f967f1c..6f18c863e3 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-41")
     (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 "064c3mg5x6mr43nwnfag47gb1wyw2z4zzslsr78z3l5ql605d2ps"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -361,7 +361,8 @@ (define-public giac
             (lambda _
               (substitute* "check/Makefile.in"
                 (("chk_fhan4") "")
-                (("chk_fhan11") ""))))
+                (("chk_fhan11") "")
+                (("chk_fhan21") ""))))  ;fails specifically on i686
           (add-after 'install 'fix-doc
             (lambda _
               ;; Most French documentation has a non-commercial license, so we

base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
-- 
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.