Hi William, i´ll do so soon.
I could build sage with gcc-4.0. But there´s a problem with my libblas.so. If i try to import cvxopt, i´ve got the following error: sage: import numpy sage: from cvxopt.base import spmatrix --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /opt/sage/<ipython console> in <module>() <type 'exceptions.ImportError'>: /usr/lib/libblas.so.3: undefined symbol: _gfortran_runtime_error sage: As you can see, importing numpy was succsessfull. volker On 2 Aug., 11:16, "William Stein" <[EMAIL PROTECTED]> wrote: > On 8/1/07, legout <[EMAIL PROTECTED]> wrote: > > > thanks for your answer. I already thought about the gcc-problem. And > > yes, i´m using gcc 4.2.1. > > I´ve just hoped, that this problem was fixed from 2.7 to 2.7.2 ;) > > Unfortunately not. It's really a linbox problem, and the linbox developers > haven't been able to fix the problem yet. But I very much hope they do soon. > > > Another question about ATLAS. I´ve installed it in /opt/atlas/ > > {lib,include}. How can i tell sage (numpy,scipy,linbox,...) to use > > this libraries? > > With luck you can do > export SAGE_BLAS="exact path to your blas" > then (re-)build numpy and linbox. > This unfortunately has not been well tested. > > -- > William Stein > Associate Professor of Mathematics > University of Washingtonhttp://www.williamstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---