Changes between Version 8 and Version 9 of Ticket #12954
- Timestamp:
- 05/18/12 11:14:10 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12954 – Description
v8 v9 5 5 Very preliminary spkg: [http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.4.0.p4.spkg] 6 6 7 === mpir-2.4.0.p4 (Jeroen Demeyer, 1 7May 2012) ===7 === mpir-2.4.0.p4 (Jeroen Demeyer, 18 May 2012) === 8 8 * Trac #12954: honor SAGE_FAT_BINARY on all systems. 9 9 * Disable SAGE_FAT_BINARY when bootstrapping GCC. 10 * Rename MPIR_EXTRA_OPTS to MPIR_CONFIGURE. 11 * Add configure options directly to MPIR_CONFIGURE, no longer use 12 SAGE_CONF_OPTS for this. 13 * On architectures which do not support --enable-fat, simply remove 14 -march= and -mcpu flags. 15 * Remove $default_cflags, as those weren't really used anyway.