New version of PARI/GP: 2.4.3 svn-12577

Relevant tickets

Files

The above list also indicates the order in which to install the spkg's and patches. 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.p3.spkg and then type the following in a shell:

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

If this works, this 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