diff options
author | Andreas Enge <[email protected]> | 2025-01-17 17:54:18 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-01-20 11:47:27 +0100 |
commit | cb6a9bd81fdec46894b0ea01501cba99e4e26a3f (patch) | |
tree | a924074af96c5f20782c443f105cfdd492f14bac /gnu/packages/patches/pari-gp-qfcvp.patch | |
parent | c985075db3e6682d8a5a231c01c770aa5a147f72 (diff) |
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
Diffstat (limited to 'gnu/packages/patches/pari-gp-qfcvp.patch')
-rw-r--r-- | gnu/packages/patches/pari-gp-qfcvp.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/patches/pari-gp-qfcvp.patch b/gnu/packages/patches/pari-gp-qfcvp.patch deleted file mode 100644 index 4dfaedc54a..0000000000 --- a/gnu/packages/patches/pari-gp-qfcvp.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 9086c5ce165bdff6ac0e63b641279f6d9e44f4a7 -Author: Bill Allombert <[email protected]> -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 |