GNU bug report logs -
#62652
[PATCH] gnu: giac: Update to 1.9.0-41.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
[arguments]<#:phases>: Skip failing tests on i686.
---
v3: Skip another 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 c7df217d21..f99821de1b 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_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: b08cdfc6d363e9ca63118303b4628542c54a612d
--
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.