Could anyone tell me whether we build libatlas and libcblas on MacOSX Intel (and place them in SAGE_LOCAL/lib)? I know this is not the case on PPC.
I am working on setup.py for CVXOPT that might be dependent upon this. I would also appreciate knowing how to dig up the hardware version. On my MacOSX 10.5 PPC I have $ python >>> import os >>> os.uname()[4] 'Power Macintosh' >>> os.uname()[0] 'Darwin' What is it on Intel? On 10.4 PPC? Thanks, Dima -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org