Changes between Version 262 and Version 368 of Ticket #10508
- Timestamp:
- 03/15/13 00:07:16 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508
-
Property
Status
changed from
positive_review
toneeds_work
-
Property
Authors
changed from
Volker Braun
toVolker Braun, Jeroen Demeyer
-
Property
Milestone
changed from
sage-5.3
tosage-5.5
-
Property
Status
changed from
-
Ticket #10508 – Description
v262 v368 10 10 By default, ATLAS will now try twice to get timings and fail immediately if throttling is enabled. If auto-tuning fails build with `SAGE_ATLAS_ARCH=fast`, and if that fails with `SAGE_ATLAS_ARCH=base`. On x86, the fast and base targets are the new ATLAS generic targets x86SSE3 and x86SSE2/x86x87. 11 11 12 The updated cvxopt spkg fixes a blas path issue on Darwin .12 The updated cvxopt spkg fixes a blas path issue on Darwin, and is rebased to the most recent cvxopt package to include a Cygwin fix. 13 13 14 14 There is an [https://sourceforge.net/tracker/?func=detail&aid=3570164&group_id=23725&atid=379483 upstream problem] where compilation sometimes crashes during `xextract` because of a buffer overflow due to small fixed-sized buffers for filenames. … … 16 16 Updated '''spkg'''s: 17 17 1. [http://www.stp.dias.ie/~vbraun/Sage/spkg/atlas-3.10.0.p1.spkg] 18 2. [http:// www.stp.dias.ie/~vbraun/Sage/spkg/cvxopt-1.1.5.p1.spkg]18 2. [http://boxen.math.washington.edu/home/jpflori/cvxopt-1.1.5.p1.spkg] 19 19 20 20 '''Apply''' [attachment:10508_root_after_13415.patch] to the SAGE_ROOT repository and [attachment:trac_10508_doctest.patch], [attachment:trac_10508_update_atlas_docs.patch] to the Sage repository.