Differences between revisions 39 and 40
Revision 39 as of 2010-09-07 11:42:42
Size: 4809
Editor: jdemeyer
Comment:
Revision 40 as of 2010-09-07 20:51:25
Size: 4913
Editor: jdemeyer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 55: Line 55:
 * None :-)  * Tuning has problems on some systems. Since tuning is disabled by default, this is not essential for this ticket.

New version of PARI/GP: 2.4.3 svn-12577

Relevant tickets

  • 9343: PARI upgrade

  • 9591: genus2reduction

  • 9592: lcalc (see also #9845 for a later lcalc spkg based on this one)

  • 9756: Document SAGE_TUNE_pari in the Sage Installation Guide

  • 9860: Port changes in PARI 2.3.5.p4 (#9722) to current 2.4.3

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

  • Download sage-4.6.prealpha4.tar, which is a complete Sage distribution based on sage-4.5.3.rc0. Just extract it, and type make. In this file, the following tickets have been merged:

    • 9343 (positive_review): PARI upgrade

    • 9860 (positive_review): Port changes in PARI 2.3.5.p4 (#9722) to current 2.4.3

    • 9591 (positive_review): genus2reduction

    • 9592 (needs_review): lcalc

    • 9845 (needs_review): lcalc doesn't build on cygwin due to missing time.h include

    • 9750 (positive_review): Document that PARI no longer assumes more than GRH.

    • 9636 (positive_review): Catch output from PARI in Sage.

    • 9400 (needs_review): Modify the NumberField constructor to pass in optional integer B such that all the internal PARI routines will replace the discriminant by its gcd with B, making some things massively faster.

      • This ticket is not strictly related to the PARI upgrade, but it changes a lot of code using PARI. It also fixes an issue with nfinit() and wraps some additional functions in sage/libs/pari/gen.pyx.

  • If it compiles, you can run the PARI/GP test suite and test tuning by doing

    •      env SAGE_CHECK=yes SAGE_TUNE_pari=yes ./sage -f pari-2.4.3.svn-12577.p5.spkg
  • For reference, these are the patches for the spkgs:

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.p4.spkg and then type the following in a shell:

tar xjf pari-2.4.3.svn-12577.p4.spkg
cd pari-2.4.3.svn-12577.p4/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

  • Tuning has problems on some systems. Since tuning is disabled by default, this is not essential for this ticket.