Changes between Version 1 and Version 3 of Ticket #11107
- Timestamp:
- 04/01/11 05:44:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11107
- Property Status changed from new to needs_review
-
Ticket #11107 – Description
v1 v3 1 1 I discovered this after trying to debug a Linux installation. 2 2 3 The bzip2 package (in particular the file {{{$SAGE_ROOT/spkg/base/bzip2-1.0.5-install}}}) handles SAGE64 in a different way to the vast majority (if not all)other packages. It has:3 The bzip2 package (in particular the file {{{$SAGE_ROOT/spkg/base/bzip2-1.0.5-install}}}) handles SAGE64 in a different way to the all other packages. It has: 4 4 5 5 {{{ … … 30 30 31 31 This would 32 * Be consistent with most if notall other packages.32 * Be consistent with all other packages. 33 33 * Work on any platform, which might be useful on some like AIX 34 34 * Could help debug some Linux issues if Linux is building 32-bit. (I found this useful to help someone on sage-support) 35 35 * Avoids two calls to {{{uname}}} 36 * Allows any flag to be used for building 64-bit executable, not just the one use by Sun/Oracle compilers and GCC. Commer ical compilers for both AIX and HP-UX use different flags.36 * Allows any flag to be used for building 64-bit executable, not just the one use by Sun/Oracle compilers and GCC. Commercial compilers for both AIX and HP-UX use different flags. 37 37 * Would allow any flags set by the user in CFLAGS to override those here. However, currently setting CFLAGS globally in Sage can not be considered a good idea, but that's a more general bug and well outside the scope of this ticket. 38 38
