Re: [Numpy-discussion] ANN: NumPy 1.7.0 release

2013-02-10 Thread Dag Sverre Seljebotn
On 02/10/2013 11:58 AM, Dag Sverre Seljebotn wrote: > On 02/10/2013 03:36 AM, Neal Becker wrote: >> Is there a way to add '-march=native' flag to gcc for the build? > > I think something along these lines should work (untested): > > CFLAGS="$(python-config --cflags) -march=native" python setup.py i

Re: [Numpy-discussion] ANN: NumPy 1.7.0 release

2013-02-10 Thread Dag Sverre Seljebotn
On 02/10/2013 03:36 AM, Neal Becker wrote: > Is there a way to add '-march=native' flag to gcc for the build? I think something along these lines should work (untested): CFLAGS="$(python-config --cflags) -march=native" python setup.py install Dag Sverre __

Re: [Numpy-discussion] ANN: NumPy 1.7.0 release

2013-02-10 Thread Francesc Alted
Exciting stuff. Thanks a lot to you and everybody implied in the release for an amazing job. Francesc El 10/02/2013 2:25, "Ondřej Čertík" va escriure: > Hi, > > I'm pleased to announce the availability of the final release of > NumPy 1.7.0. > > Sources and binary installers can be found at > htt

Re: [Numpy-discussion] ANN: NumPy 1.7.0 release

2013-02-09 Thread Neal Becker
Is there a way to add '-march=native' flag to gcc for the build? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] ANN: NumPy 1.7.0 release

2013-02-09 Thread Ondřej Čertík
Hi, I'm pleased to announce the availability of the final release of NumPy 1.7.0. Sources and binary installers can be found at https://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ This release is equivalent to the 1.7.0rc2 release, since no more problems were found. For release notes see b