Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pari-gp-2.17.3-1.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: pari-gp Distribution: openSUSE Tumbleweed
Version: 2.17.3 Vendor: openSUSE
Release: 1.3 Build date: Tue Feb 3 16:32:28 2026
Group: Productivity/Scientific/Math Build host: reproducible
Size: 2581998 Source RPM: pari-2.17.3-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pari.math.u-bordeaux.fr
Summary: Frontend to the PARI Computer Algebra System
PARI/GP is a computer algebra system designed for computations
in number theory (factorizations, algebraic number theory, elliptic
curves) and other entities like matrices, polynomials,
power series, algebraic numbers, and transcendental functions.

Provides

Requires

License

GPL-2.0-only

Changelog

* Tue Feb 03 2026 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.17.3
    * `sumnumrat` & friends: use full precision estimates to avoid
      failing with domain error when "close" to boundary
    * Fix an infinite loop with `zeta([3,2,1])`
    * Fix stack overflow with
      `parforeach([1..1000],j,vector(10^5,i,i))`
    * Fix an incorrect result of `mfpetersson()` when one form is not
      cuspidal
    * Fixed `sumeulerrat(1/(p^2-5),1.1)` and
      `prodeulerrat(1+1/(p^2-p-23),0.6)` failing in some cases
    * `hyperellratpoints(P, d)` had missed points when `P(-d) = 0`
    * `hypergeom([8,8.5],7,-0.4)` had wrong output
    * Fixed `fforder(,factor(1))` crashing the program
    * Fixed too low precision of `zeta(1/2+10^22*I)`
* Fri Mar 14 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.17.2
    * Fix crash executing ``vectorsmall(5, i, 2^63-1).normfu``
    * Fix crash executing
      ``forprime(p=1099505335069-100000,1099505335069+10000,)``
* Wed Feb 05 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.17.1
    * Fixed incorrect GP proto for ``ellpadicfrobenius``,
      ``mftocoset``, ``qfcvp``
    * Fixed segfault in ``algsubalg`` when input is linearly dependent
    * Fixed ``alglatinter`` trivial intersection (misuse of
      ``matkermod(,1)``)
* Wed Feb 05 2025 Stefan Dirsch <sndirsch@suse.com>
  - removed unneeded xorg-x11-proto-devel BuildRequires (bsc#1236804)
* Thu Nov 21 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.17
    * Fixed rare SEGV in sumnumrat function
    * Fixed `gp -p N` not checking for N < 2^32
* Sun Apr 07 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.15.5
    * Fix a memory corruption when using `strjoin([1])`
  - Explicitly buildrequire amsmath.sty to fix a build failure.
* Sun Jul 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.15.4:
    * lfunan(lfunetaquo([12,1;13*12,1]),1) -> stack overflow
    * FpM_intersect could return a Flm
    * 3- ifac_isprime could be called on input with tiny
      divisors
    * nfcompositum could return non-monic polynomials
    * gammamellininvinit(vector(9,i,1)) -> SEGV
    * incorrect sanity check in rnfeltdown ("not in base
      field")
    * precision loss in gammamellininv
    * [pthread] parselect could crash
    * rare infinite loop in ellsaturation
    * quadunitindex(8461,2)->1 instead of 3
    * chinese(Mod(1,3)*(x^2+x+2),Mod(1,5)*(x-1))->incorrect
      leading term
    * lindep([0,x]) -> SEGV
    * [libpari] RgX_div_by_X_x: wrong variable number
    * MS 14- hyperellratpoints(2*x^3+x^2-x,1000) -> wrong result
    * ellisogeny over a nf -> inconsistent variables error
    * w=3;quadgen(5) -> print x instead of w
    * FpX_convol: wrong result for mixed degree
    * 18- mateigen(,1): eigenvalues were given as t_VEC or
      t_COL. Use t_COL.
    * ellcard over small finite field: potential oo-loop
  - add pari.keyring for source integrity validation
* Mon Apr 17 2023 Anton Shvetz <shvetz.anton@gmail.com>
  - Update to 2.15.3
    * rare infinite loop in idealtwoelt
    * nfisisom(16*x^4+1,16*x^4+1) -> error
    * forprimestep(p=a,b,q,) overflow when a > primelimit
    * lfun([bnrinit(bnfinit(y^2+1),12),[[2,0],[6,0]]],2) -> error
    * lfunthetacost(polcyclo(43)): silent overflow
    * ellcard(ellinit([1,1]*ffgen([41,16])))-> impossible inverse
    * wrong result (missing content) in idealred(nf, [id, elt])
    * det(integer matrix) -> inconsistent exact division
    * fft([],[]) -> SEGV, fft([1],[1]) -> SEGV
    * nfrootsof1(x^0) -> oo-loop
    * hgmalpha did not check its input
    * hyperellchangecurve([],[]) -> SEGV
    * hyperellchangecurve(x^0,[1,matid(2),0]) -> SEGV
    * rnfeltnorm(x,x) -> SEGV
    * polylogmult(1,[],-1) -> SEGV
    * ellheight(non-integral E) -> crash
    * content(1,y) -> pol_1(y) instead of t_INT 1
    * s=taylor(1/((x-1)*(y-1)),x); taylor(s,y) -> invalid object
    * avoid crashing when sumnumsidi diverges (0 bits of accuracy)
* Thu Jan 05 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.15.2:
    Fixed
      polredbest: rare error "inconsistent concatenation"
      hypergeom([0,0],[1],2)
      powers(t_INT, ...) was very slow
      factor(prod(i=1,20,nextprime(2^i)), 131) would include 131
      sumeulerrat(x^2/(1+x),2) -> FPE
      lambertw(10^1000) -> overflow
* Fri Nov 18 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.15.1
    * Resolve SIGSEGV with seralgdep and bnfinit functions
    * Resolve obscure oo loop in solve when solution ~ 0

Files

/etc/gprc
/usr/bin/gp
/usr/bin/gp-2.17
/usr/bin/gphelp
/usr/bin/tex2mail
/usr/lib64/pari.cfg
/usr/share/doc/packages/pari-gp
/usr/share/doc/packages/pari-gp/AUTHORS
/usr/share/doc/packages/pari-gp/CHANGES
/usr/share/doc/packages/pari-gp/CHANGES-2.10
/usr/share/doc/packages/pari-gp/CHANGES-2.12
/usr/share/doc/packages/pari-gp/CHANGES-2.14
/usr/share/doc/packages/pari-gp/CHANGES-2.16
/usr/share/doc/packages/pari-gp/CHANGES-2.2
/usr/share/doc/packages/pari-gp/CHANGES-2.4
/usr/share/doc/packages/pari-gp/CHANGES-2.6
/usr/share/doc/packages/pari-gp/CHANGES-2.8
/usr/share/doc/packages/pari-gp/NEW
/usr/share/doc/packages/pari-gp/README
/usr/share/doc/packages/pari-gp/README-git
/usr/share/man/man1/gp-2.17.1.gz
/usr/share/man/man1/gp.1.gz
/usr/share/man/man1/gphelp.1.gz
/usr/share/man/man1/pari.1.gz
/usr/share/man/man1/tex2mail.1.gz
/usr/share/pari
/usr/share/pari/PARI
/usr/share/pari/PARI/822.pm
/usr/share/pari/misc
/usr/share/pari/misc/README
/usr/share/pari/misc/color.dft
/usr/share/pari/misc/gpalias
/usr/share/pari/misc/gpflog
/usr/share/pari/misc/gprc.dft
/usr/share/pari/misc/xgp
/usr/share/pari/pari.desc


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026