Re: [Numpy-discussion] Scons and numpy, second milestone: all numpy built with scons.

2007-10-18 Thread David Cournapeau
Albert Strasheim wrote: > Hello > > Firstly, great work. I always thought SCons was the way to go for > NumPy and SciPy, and you've pulled it off. > >> So basically, I believe most of the things planned in >> http://projects.scipy.org/scipy/numpy/wiki/DistutilsRevamp are now >> available because th

Re: [Numpy-discussion] Scons and numpy, second milestone: all numpy built with scons.

2007-10-18 Thread Albert Strasheim
Hello Firstly, great work. I always thought SCons was the way to go for NumPy and SciPy, and you've pulled it off. > So basically, I believe most of the things planned in > http://projects.scipy.org/scipy/numpy/wiki/DistutilsRevamp are now > available because they are available in scons, if numpy

[Numpy-discussion] Scons and numpy, second milestone: all numpy built with scons.

2007-10-18 Thread David Cournapeau
Hi, I am happy to announce a second milestone in scons support in numpy. This one is much bigger than the first one, since now I can build the whole numpy using scons (e.g. distutils is not used at all to build non python code). How to use it: == just do as before for installin