mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: pari-gp: Update to 2.17.1.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.1. * gnu/packages/patches/pari-gp-qfcvp.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: I1d681737c7e7b19de8f2b01bfff11d72d5d936bf
This commit is contained in:
parent
c985075db3
commit
cb6a9bd81f
3 changed files with 2 additions and 22 deletions
|
@ -2019,7 +2019,6 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/strace-readlink-tests.patch \
|
%D%/packages/patches/strace-readlink-tests.patch \
|
||||||
%D%/packages/patches/sunxi-tools-remove-sys-io.patch \
|
%D%/packages/patches/sunxi-tools-remove-sys-io.patch \
|
||||||
%D%/packages/patches/p11-kit-hurd.patch \
|
%D%/packages/patches/p11-kit-hurd.patch \
|
||||||
%D%/packages/patches/pari-gp-qfcvp.patch \
|
|
||||||
%D%/packages/patches/patch-hurd-path-max.patch \
|
%D%/packages/patches/patch-hurd-path-max.patch \
|
||||||
%D%/packages/patches/perl-5.14-autosplit-default-time.patch \
|
%D%/packages/patches/perl-5.14-autosplit-default-time.patch \
|
||||||
%D%/packages/patches/perl-5.14-module-pluggable-search.patch \
|
%D%/packages/patches/perl-5.14-module-pluggable-search.patch \
|
||||||
|
|
|
@ -242,7 +242,7 @@ the real span of the lattice.")
|
||||||
(define-public pari-gp
|
(define-public pari-gp
|
||||||
(package
|
(package
|
||||||
(name "pari-gp")
|
(name "pari-gp")
|
||||||
(version "2.17.0")
|
(version "2.17.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -250,7 +250,7 @@ the real span of the lattice.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7"))))
|
"1p75zpqlbz7dx6nmn4g5bb369g7gnmsg3r21hljjadr3f4q6zfk7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list (texlive-updmap.cfg)))
|
(native-inputs (list (texlive-updmap.cfg)))
|
||||||
(inputs (list gmp libx11 perl readline))
|
(inputs (list gmp libx11 perl readline))
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
commit 9086c5ce165bdff6ac0e63b641279f6d9e44f4a7
|
|
||||||
Author: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
|
|
||||||
Date: Tue Oct 1 23:54:34 2024 +0200
|
|
||||||
|
|
||||||
qfcvp: fix prototype code [#2575]
|
|
||||||
|
|
||||||
diff --git a/src/functions/linear_algebra/qfcvp b/src/functions/linear_algebra/qfcvp
|
|
||||||
index 5ee883390a..7be5fa9570 100644
|
|
||||||
--- a/src/functions/linear_algebra/qfcvp
|
|
||||||
+++ b/src/functions/linear_algebra/qfcvp
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
Function: qfcvp
|
|
||||||
Section: linear_algebra
|
|
||||||
C-Name: qfcvp0
|
|
||||||
-Prototype: GGDGDGD0,L,p
|
|
||||||
+Prototype: GGDGDGD0,L,
|
|
||||||
Help: qfcvp(x,t,{B},{m},{flag=0}): x being a square and symmetric
|
|
||||||
matrix representing a positive definite quadratic form, and t a vector of
|
|
||||||
the same dimension, this function deals with the vectors of whose squared
|
|
Loading…
Add table
Add a link
Reference in a new issue