Changes between Version 1 and Version 5 of Ticket #9860
- Timestamp:
- 09/06/10 16:17:37 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9860 – Description
v1 v5 1 1 Some fixes to PARI 2.3.5.p2 from #9722 had to be ported to the current [http://wiki.sagemath.org/wiki/NewPARI NewPARI] spkg. The new PARI 2.4.3.p5 spkg here contains some further changes (including some on Sage's side, mostly clean-up), while other issues have meanwhile been fixed upstream. 2 2 3 Apart from installing this spkg here, you also need to apply the sagelib and extcode patches from #9343. 4 5 '''New (complete) spkg up at [http://sage.math.washington.edu/home/jdemeyer/spkg/pari-2.4.3.svn-12577.p5.spkg]''' 3 6 ---- 4 7 5 === pari-2.4.3.svn-12577.p5 (Leif Leonhardy, September 5th, 2010) ===8 === pari-2.4.3.svn-12577.p5 (Leif Leonhardy, Jeroen Demeyer, September 5th, 2010) === 6 9 * Added patches to: 7 10 - config/get_config_options: … … 43 46 * Slight corrections to SPKG.txt. 44 47 * Updated patches/README.txt, some cosmetic changes. 45 46 ---- 47 48 '''New (complete) spkg up at http://spkg-upload.googlecode.com/files/pari-2.4.3.svn-12577.p5.spkg''' 48 * Remove patch for config/Makefile.SH and add upstream fix instead 49 in spkg-make. 50 * Add upstream fix for src/tune/tune.c which should fix tuning. 51 * Add -O0 to CFLAGS in spkg-make to speed up compiling (the output of the compiling is not used anyway).