Re: [Numpy-discussion] How to install numpy on a box without hardware FPU

2014-09-02 Thread Emel Hasdal
, npy_set_floatstatus_overflow, npy_set_floatstatus_underflow, npy_set_floatstatus_invalid Thanks,Emel Date: Tue, 2 Sep 2014 09:00:37 +0100 From: courn...@gmail.com To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] How to install numpy on a box without hardware FPU

Re: [Numpy-discussion] How to install numpy on a box without hardware FPU

2014-09-02 Thread David Cournapeau
On Tue, Sep 2, 2014 at 8:29 AM, Emel Hasdal wrote: > I am trying to run a python application which performs statistical > calculations using Pandas which seem to depend on Numpy. Hence I have to > install Numpy to get the app working. > > Do you mean I can change > >numpy/core/src/npymath/iee

Re: [Numpy-discussion] How to install numpy on a box without hardware FPU

2014-09-02 Thread Emel Hasdal
23:45:02 +0200 > From: jtaylor.deb...@googlemail.com > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] How to install numpy on a box without > hardware FPU > > On 01.09.2014 10:33, Emel Hasdal wrote: > > Hello, > > > > Is it possible to con

Re: [Numpy-discussion] How to install numpy on a box without hardware FPU

2014-09-01 Thread Julian Taylor
On 01.09.2014 10:33, Emel Hasdal wrote: > Hello, > > Is it possible to configure/install numpy on a box without a hardware > FPU? When I try to install it using pip, > I get a bunch of compile errors since floating-point > exceptions (FE_DIVBYZERO etc) are undefined on this platform. > > How

[Numpy-discussion] How to install numpy on a box without hardware FPU

2014-09-01 Thread Emel Hasdal
Hello, Is it possible to configure/install numpy on a box without a hardware FPU? When I try to install it using pip,I get a bunch of compile errors since floating-point exceptions (FE_DIVBYZERO etc) are undefined on this platform. How do I get numpy installed and working on such a platform?