Changes between Version 4 and Version 7 of Ticket #12433
- Timestamp:
- 04/20/12 03:36:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12433
- Property Cc roed added
-
Property
Summary
changed from
Make zn_poly respect the CC environment variable (and clean up the spkg)
toMake zn_poly respect the CC environment variable, work around GCC 4.7.0 bug on ia64 (and clean up the spkg)
-
Ticket #12433 – Description
v4 v7 7 7 ---- 8 8 9 '''New spkg:''' [http://boxen.math.washington.edu/home/leif/Sage/spkgs/zn_poly-0.9.p 7.spkg]9 '''New spkg:''' [http://boxen.math.washington.edu/home/leif/Sage/spkgs/zn_poly-0.9.p8.spkg] 10 10 11 '''md5sum:''' ` 068cc74a5ac55bdfd74653e26be69964 zn_poly-0.9.p7.spkg`11 '''md5sum:''' `f0a331ed68c28b748c2d3ca3bade9865 zn_poly-0.9.p8.spkg` 12 12 13 14 === zn_poly-0.9.p8 (Leif Leonhardy, April 20th, 2012) === 15 * #12433: Further reviewer changes / additions. 16 * Work around GCC 4.7.0 bug on ia64 (by almost completely disabling optimi- 17 zation if the compiler is GCC 4.7.x, of course only on that platform); cf. 18 #12751, #12765. 19 * Add a patch to avoid conflicting definitions (i.e., redundant `typedefs`) 20 of `ulong`, by changing `ulong` to a macro. 21 * Don't hardcode the zn_poly version number in `spkg-install`; instead read 22 it from the file `VERSION`, like the generated `makefile` does. 23 * Remove some of the code previously just commented out, as well as some 24 obsolete comments. 25 * Document patches (and correct ticket reference in an old changelog entry). 13 26 14 27 === zn_poly-0.9.p7 (Leif Leonhardy, April 8th, 2012) ===