Changes between Version 37 and Version 43 of Ticket #10508
- Timestamp:
- 07/09/12 18:51:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508
-
Property
Milestone
changed from
sage-5.0
tosage-5.3
-
Property
Milestone
changed from
-
Ticket #10508 – Description
v37 v43 1 Update to the developer release atlas-3.9.x according to advice of Clint Whaley.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 `/patches`. The lapack spkg is no longer needed and will be removed. 2 2 * Updated to newest upstream source, various patches are no longer required 3 3 * `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. … … 12 12 The current spkg version is at 13 13 14 http://www.stp.dias.ie/~vbraun/Sage/spkg/atlas-3.9.8 4.spkg14 http://www.stp.dias.ie/~vbraun/Sage/spkg/atlas-3.9.85.spkg 15 15 16 TODO: 17 * Setting the Fortran compiler to `sage_fortran` doesn't work currently, see https://sourceforge.net/tracker/?func=detail&atid=379483&aid=3541376&group_id=23725. But as long as you are using gfortran the current spkg works. 16 According to Clint Whaley, this will be identical to the next stable release unless a bug is found today.