Changes between Initial Version and Version 4 of Ticket #8898
- Timestamp:
- 09/07/10 04:35:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8898
- Property Status changed from new to needs_review
- Property Authors changed from to Minh Van Nguyen
- Property Cc fredrik.johansson added
- Property Component changed from algebra to misc
- Property Priority changed from minor to trivial
- Property Owner changed from AlexGhitza to jason
-
Ticket #8898 – Description
initial v4 1 1 the following 4 files in the sage spkg have dos line ending rather than unix ones: 2 sage/libs/mpmath/ext_impl.pxd 3 sage/libs/mpmath/ext_main.pyx 4 sage/libs/mpmath/ext_main.pxd 5 sage/libs/mpmath/ext_libmp.pyx 2 3 * sage/libs/mpmath/ext_impl.pxd 4 * sage/libs/mpmath/ext_main.pyx 5 * sage/libs/mpmath/ext_main.pxd 6 * sage/libs/mpmath/ext_libmp.pyx 6 7 7 8 I found about this while trying to build sage with python-2.6.5
