Hi all !
I have never problem when upgrading SAGE since now.
When I upgrade from 2.8.4.2 to 2.8.5, I have the message "successfull".
But when I launch SAGE I get
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call
last)
/home/gerard/Maths/sage/local/bin/<ipython console> in <module>()
/home/gerard/Maths/sage/local/lib/python2.5/site-packages/sage/all_cmdline.py
in <module>()
12 try:
13
---> 14 from sage.all import *
15 from sage.calculus.predefined import x
16 preparser(on=True)
/home/gerard/Maths/sage/local/lib/python2.5/site-packages/sage/all.py in
<module>()
51 get_sigs()
52
---> 53 from sage.misc.all import * # takes a while
54
55 from sage.misc.sh import sh
/home/gerard/Maths/sage/local/lib/python2.5/site-packages/sage/misc/all.py in
<module>()
61 from func_persist import func_persist
62
---> 63 from functional import (additive_order,
64 sqrt as numerical_sqrt,
65 arg,
/home/gerard/Maths/sage/local/lib/python2.5/site-packages/sage/misc/functional.py
in <module>()
31
32
---> 33 from sage.rings.complex_double import CDF
34 from sage.rings.real_double import RDF, RealDoubleElement
35
<type
'exceptions.ImportError'>: /home/gerard/Maths/sage/local/lib/libcblas.so:
undefined symbol: ATL_ctbmv
--~--~---------~--~----~------------~-------~--~----~
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-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---