I have put the task on trac: http://trac.sagemath.org/sage_trac/ticket/9808 I already can provide working packages for download. I host the files at megaupload, at: Numpy: http://www.megaupload.com/?d=6GCFZD65 Scipy: http://www.megaupload.com/?d=JORT40DK
But now comes the great but: There seems to be a problem with numpy. I get: /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ plot/all.py:22: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from complex_plot import complex_plot /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ plot/all.py:22: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility from complex_plot import complex_plot /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ plot/plot3d/implicit_plot3d.py:5: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from implicit_surface import ImplicitSurface /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ plot/plot3d/implicit_plot3d.py:5: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility from implicit_surface import ImplicitSurface /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ calculus/all.py:17: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from riemann import Riemann_Map /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ calculus/all.py:17: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility from riemann import Riemann_Map /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ calculus/all.py:19: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from interpolators import polygon_spline, complex_cubic_spline /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ calculus/all.py:19: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility from interpolators import polygon_spline, complex_cubic_spline /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ stats/hmm/all.py:8: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from hmm import DiscreteHiddenMarkovModel /home/maldun/sage/sage-4.5.2/local/lib/python2.6/site-packages/sage/ stats/hmm/all.py:8: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility from hmm import DiscreteHiddenMarkovModel But this don't seem to be a very hard problem to solve. @Francois: Thank you! I haven't seen that. I will build then a package for the latest release soon (I think some ours ago it was numpy 1.5.0b2...) But I fear the problem will remain -- 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