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