Changes between Version 9 and Version 10 of Ticket #12954
- Timestamp:
- 05/18/12 12:26:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12954
-
Property
Status
changed from
new
toneeds_review
-
Property
Milestone
changed from
sage-5.1
tosage-5.0.1
-
Property
Status
changed from
-
Ticket #12954 – Description
v9 v10 3 3 Reported on https://groups.google.com/d/topic/sage-support/IfJCisKo7Ao/discussion 4 4 5 Very preliminary spkg: [http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.4.0.p4.spkg]5 '''spkg''': [http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.4.0.p4.spkg] 6 6 7 7 === mpir-2.4.0.p4 (Jeroen Demeyer, 18 May 2012) === 8 * Trac #12954: honor SAGE_FAT_BINARY on all systems. 8 * Trac #12954: when SAGE_FAT_BINARY=yes is specified on a system which 9 doesn't support --enable-fat, instead build for a generic CPU by 10 removing all -march= and -mpcu= CFLAGS. 9 11 * Disable SAGE_FAT_BINARY when bootstrapping GCC. 10 12 * Rename MPIR_EXTRA_OPTS to MPIR_CONFIGURE. 11 13 * Add configure options directly to MPIR_CONFIGURE, no longer use 12 14 SAGE_CONF_OPTS for this. 13 * On architectures which do not support --enable-fat, simply remove14 -march= and -mcpuflags.15 * Remove $default_cflags , as those weren't really used anyway.15 * When user specifies CFLAGS, append them to MPIR's flags instead of 16 completely replacing MPIR's flags. 17 * Remove $default_cflags and get_processor_specific_cflags().