Actually numpy is also not working now -

$ ./sage -python -c "import numpy"

ImportError: 
/home/rajeev/software/sage-5.3.rc0/local/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so:
undefined symbol: ATL_dptsyrk

Rajeev


On Mon, Aug 27, 2012 at 3:51 PM, Rajeev Singh <rajs2...@gmail.com> wrote:
> Hi,
>
> I tried the following commands and the test still fails -
>
> $ ./sage -i http://www.stp.dias.ie/~vbraun/Sage/spkg/atlas-3.10.0.spkg
> $ ./sage -t  --long -force_lib devel/sage/sage/modular/modsym/space.py
>
> The relevant error line is -
>
>         import numpy.core.numeric as NX
>     AttributeError: 'module' object has no attribute 'core'
>
> Should I uninstall the old atlas before running the test?
>
> Rajeev
>
>
> On Mon, Aug 27, 2012 at 2:35 PM, Volker Braun <vbraun.n...@gmail.com> wrote:
>> Can you try the new ATLAS?
>>
>> http://trac.sagemath.org/sage_trac/ticket/10508
>>
>> Your output indicates that there is a bug with a BLAS kernel for a
>> particular matrix size, its not surprising that the numpy/scipy testsuite
>> don't trigger it. Sage modform's are doing a quite thorough job of sampling
>> different matrix sizes (dimension of space of mod forms).
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-devel" group.
>> To post to this group, send email to sage-devel@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sage-devel+unsubscr...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to