* [bug#62652] [PATCH] gnu: giac: Update to 1.9.0-41.
@ 2023-04-03 19:45 Nicolas Goaziou
2023-04-04 18:53 ` [bug#62652] [PATCH v2] " Nicolas Goaziou
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2023-04-03 19:45 UTC (permalink / raw)
To: 62652
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 830f967f1c..aca397a78b 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
base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#62652] [PATCH v2] gnu: giac: Update to 1.9.0-41.
2023-04-03 19:45 [bug#62652] [PATCH] gnu: giac: Update to 1.9.0-41 Nicolas Goaziou
@ 2023-04-04 18:53 ` Nicolas Goaziou
2023-04-08 12:20 ` [bug#62652] [PATCH v3] " Nicolas Goaziou
2023-04-10 15:23 ` [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43 Nicolas Goaziou
2 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2023-04-04 18:53 UTC (permalink / raw)
To: 62652
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#62652] [PATCH v3] gnu: giac: Update to 1.9.0-41.
2023-04-03 19:45 [bug#62652] [PATCH] gnu: giac: Update to 1.9.0-41 Nicolas Goaziou
2023-04-04 18:53 ` [bug#62652] [PATCH v2] " Nicolas Goaziou
@ 2023-04-08 12:20 ` Nicolas Goaziou
2023-04-10 15:23 ` [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43 Nicolas Goaziou
2 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2023-04-08 12:20 UTC (permalink / raw)
To: 62652
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43.
2023-04-03 19:45 [bug#62652] [PATCH] gnu: giac: Update to 1.9.0-41 Nicolas Goaziou
2023-04-04 18:53 ` [bug#62652] [PATCH v2] " Nicolas Goaziou
2023-04-08 12:20 ` [bug#62652] [PATCH v3] " Nicolas Goaziou
@ 2023-04-10 15:23 ` Nicolas Goaziou
2023-04-16 13:56 ` bug#62652: " Nicolas Goaziou
2 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2023-04-10 15:23 UTC (permalink / raw)
To: 62652
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#62652: [PATCH v4] gnu: giac: Update to 1.9.0-43.
2023-04-10 15:23 ` [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43 Nicolas Goaziou
@ 2023-04-16 13:56 ` Nicolas Goaziou
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2023-04-16 13:56 UTC (permalink / raw)
To: 62652-done
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> * gnu/packages/algebra.scm (giac): Update to 1.9.0-43.
> [arguments]<#:phases>: Skip failing tests on i686.
Applied. Closing.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-04-16 18:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-03 19:45 [bug#62652] [PATCH] gnu: giac: Update to 1.9.0-41 Nicolas Goaziou
2023-04-04 18:53 ` [bug#62652] [PATCH v2] " Nicolas Goaziou
2023-04-08 12:20 ` [bug#62652] [PATCH v3] " Nicolas Goaziou
2023-04-10 15:23 ` [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43 Nicolas Goaziou
2023-04-16 13:56 ` bug#62652: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).