Hi,

I didn't recompile numpy and scipy earlier. After recompiling numpy
and scipy it passes all the tests. I used -

$ ./sage -f numpy
$ ./sage -f scipy
$ make ptestlong
...
All tests passed!
Total time for all tests: 1714.7 seconds

Rajeev


On Mon, Aug 27, 2012 at 4:33 PM, Volker Braun <vbraun.n...@gmail.com> wrote:
> Did you try recompiling numpy/scipy after changing the dependencies? The old
> atlas also installed static libraries so it will linger around...
>
>
> On Monday, August 27, 2012 11:24:52 AM UTC+1, Rajeev wrote:
>>
>> 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 <rajs...@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 <vbrau...@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-...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> sage-devel+...@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.
>
>

-- 
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