Changes between Version 58 and Version 61 of Ticket #12011
- Timestamp:
- 04/03/12 14:00:26 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12011
-
Property
Summary
changed from
Fix illegal BLAS call in cvxopt
tocvxopt: fix illegal BLAS call and fix Solaris build
- Property Keywords Solaris added
-
Property
Reviewers
changed from
to
Jeroen Demeyer
-
Property
Summary
changed from
-
Ticket #12011 – Description
v58 v61 3 3 CVXOPT devs claimed that Apple shipped a broken BLAS. But it turned out that they cannot provide valid examples showing this; they did not adhere to a de facto BLAS standard, and they agreed to fix the corresponding CVXOPT bug quickly. 4 4 5 Th us we don't really need to build ATLAS on OSX 10.7, at least not until a real proof of bugs is found.5 This spkg also fixes an issue building with GCC on Solaris 10. There already was a fix for this in the spkg, but it was only enabled for GCC versions < 4.5 (without any mention of why). Enable this fix for all GCC versions. 6 6 7 7 ------ 8 8 9 New spkg: [http://boxen.math.washington.edu/home/ palmieri/SPKG/cvxopt-1.1.4.p0.spkg]9 New spkg: [http://boxen.math.washington.edu/home/jdemeyer/spkg/cvxopt-1.1.4.p1.spkg]