Changes between Version 53 and Version 54 of Ticket #10508
- Timestamp:
- 07/12/12 13:11:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508 – Description
v53 v54 1 The new atlas release now builds netlib lapack itself, so the lapack tarball is now included in `/patches`. The lapack spkg is no longer needed and will be removed. 1 The new atlas release now builds netlib lapack itself, so the lapack tarball is now included in the ATLAS spkg. 2 2 3 * Updated to newest upstream source, various patches are no longer required 3 4 * `SAGE_ATLAS_LIB=path` now searches in `path/libatlas.so` instead of `path/lib/libatlas.so` so it works for people with atlas in `/lib64`, too. 4 5 * Threading is now enabled by default 5 6 * Flush before `os.system` (#13210) 6 7 7 8 8 Upstream has made some attempt at changing the layout of the shared libraries, which is now different from the static libraries. The atlas spkg contains a stub autoconf/libtools project that unpacks the static libraries and repacks them into equivalent shared libraries. … … 15 15 16 16 '''Apply''' [attachment:trac_10508_root_repo.patch] to the SAGE_ROOT repository and [attachment:10508_doctest.patch] to the Sage repository. 17 18 '''Remove''' the lapack and blas packages.