#12011: Build ATLAS on OS X Lion
--------------------------+-------------------------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: defect | Status: needs_work
Priority: blocker | Milestone: sage-5.0
Component: packages | Keywords: Lion Darwin cvxopt atlas blas
Work_issues: | Upstream: Reported upstream. Little or no
feedback.
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
--------------------------+-------------------------------------------------
Comment(by dimpase):
The following code (compile with Sage's gfortran, with -lblas library
option) crashes not only on OSX 10.7, but also on
OSX 10.6.
Should we also provide Atlas on 10.6 ?
{{{
PROGRAM TEST
COMPLEX*16 A(1), B(1),C
COMPLEX*16 ZDOTC
EXTERNAL ZDOTC
A(1)=1;
B(1)=2;
C=ZDOTC( 1, A, 1, B, 1 )
WRITE (*,*) C
END
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12011#comment:31>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.