Re: [Numpy-discussion] numpy ignores OPT/FOPT under Python3

2014-09-10 Thread Daπid
On 9 September 2014 17:23, Thomas Unterthiner wrote: > > I want to use the OPT/FOPT environment viariables to set compiler flags > when compiling numpy. However it seems that they get ignored under > python3. Using Ubuntu 14.04 and numpy 1.9.0, I did the following: > > >export OPT="-march=native

[Numpy-discussion] numpy ignores OPT/FOPT under Python3

2014-09-09 Thread Thomas Unterthiner
Hi! I want to use the OPT/FOPT environment viariables to set compiler flags when compiling numpy. However it seems that they get ignored under python3. Using Ubuntu 14.04 and numpy 1.9.0, I did the following: >export OPT="-march=native" >export FOPT = "-march=native" > python setup.py build