GNU bug report logs -
#73566
[PATCH] gnu: pari-gp: Update to 2.17.0.
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Mon, 30 Sep 2024 12:38:05 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Jan 2025 17:55:09 +0100
with message-id <Z4k57YW3CqOUMiIo <at> jurong>
and subject line Re: [PATCH v3 0/2] Update pari-gp
has caused the debbugs.gnu.org bug report #73566,
regarding [PATCH] gnu: pari-gp: Update to 2.17.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73566: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73566
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.0.
Change-Id: If0ea83651ae7aa4cb5de61dfaa5ec2b11051eaab
---
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 2187cd062d..2c81b88d8d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -230,7 +230,7 @@ (define-public python-fpylll
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.15.5")
+ (version "2.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -238,7 +238,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
- "10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
+ "1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg)))
(inputs (list gmp libx11 perl readline))
base-commit: 1a6a85768e4652ee1bd44d3a913baa3285be238b
--
2.46.0
[Message part 3 (message/rfc822, inline)]
Am Mon, Oct 21, 2024 at 04:11:34PM +0200 schrieb Andreas Enge:
> A new version with a patch from upstream, which should make one more
> dependent package compile. paritwine is still not compiling, since some
> pari-gp internals on which it relied have changed.
I have just pushed the patches; the next steps will be to rewrite the
offending parts of paritwine, and to update to the next point release of
pari-gp.
Andreas
This bug report was last modified 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.