New version of PARI/GP: 2.4.3 svn-12577

Relevant tickets

Tickets which have been closed after #9343 got merged

The following lists tickets which seem to be fixed by the new version of PARI/GP:

Files

If you want to upgrade an existing Sage, you have to install 3 spkgs and apply 2 patches. Do this in order as in the list below. In particular, the genus2reduction spkg will not install without the new PARI spkg.

For reviewers

Debugging PARI/GP build errors

If the new PARI spkg doesn't build, you should try building PARI/GP stand-alone (i.e. outside of Sage). You should download pari-2.4.3.svn-12577.p5.spkg and then type the following in a shell:

tar xjf pari-2.4.3.svn-12577.p5.spkg
cd pari-2.4.3.svn-12577.p5/src
./Configure --graphic=none
make gp

If this works, there is a bug in Sage's build process for PARI/GP. If this gives errors, this indicates an upstream issue with PARI/GP. In any case, any errors should be reported on the Sage trac.

Known issues

NewPARI (last edited 2010-09-12 14:29:46 by leif)