[PATCH] gnu: pari-gp: Update to 2.15.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Simon Tournier
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 2 years ago
(address . guix-patches@gnu.org)
Y8fbkCWrmB3toYx8@jurong
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 3ceef8ecd2..e266647c73 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -224,7 +224,7 @@ (define-public python-fpylll
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.15.1")
+ (version "2.15.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -232,7 +232,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
- "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
+ "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg
(list texlive-amsfonts))))

base-commit: e4db832a0ec8e3d9d4f01843e4bb7d92c458199e
--
2.38.1
Simon Tournier wrote 2 years ago
864jsi1rkg.fsf@gmail.com
Hi Andreas,

On Wed, 18 Jan 2023 at 12:44, Andreas Enge <andreas@enge.fr> wrote:
Toggle quote (5 lines)
> * gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
> ---
> gnu/packages/algebra.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Following this discussion [1] about commit policy, you can see the
result of the QA for this update here:


where the patch has been built on several architectures and the
dependants too.

Well, there is two failures [2] for i686-linux. But it is not
introduced by this patch, somehow it is related to Bordeaux. For
example, ’giac’ fails:


but passes on Berlin:


What is intriguing is the difference of derivation hashes between the 2
build farms.

Chris, an idea?

Aside, it appears to me that enough green are around for pushing. :-)


Cheers,
simon


Andreas Enge wrote 2 years ago
Close
(address . 60931-done@debbugs.gnu.org)
Y81tVIo5MZxRsYNb@jurong
Pushed.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60931@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60931
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help