[Numpy-discussion] Failure to build numpy 1.6.1

2011-11-08 Thread Mads Ipsen
Hi, I am trying to build numpy-1.6.1 with the following gcc compiler specs: Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking

Re: [Numpy-discussion] Failure to build numpy 1.6.1

2011-11-08 Thread David Cournapeau
On Tue, Nov 8, 2011 at 9:01 AM, David Cournapeau courn...@gmail.com wrote: Hi Mads, On Tue, Nov 8, 2011 at 8:40 AM, Mads Ipsen madsip...@gmail.com wrote: Hi, I am trying to build numpy-1.6.1 with the following gcc compiler specs: Reading specs from

Re: [Numpy-discussion] Failure to build numpy 1.6.1

2011-11-08 Thread David Cournapeau
On Tue, Nov 8, 2011 at 9:20 AM, Mads Ipsen madsip...@gmail.com wrote: Yup, that fixes it. For now, we can apply a temporary fix on our build system. Is this something that'll go into, say, 1.6.2? That's more of a workaround than a fix. We need to decide whether we disable intrinsics altogether

Re: [Numpy-discussion] Cross-Compiling Numpy for NAO

2011-11-08 Thread Chris.Barker
On 11/7/11 10:16 AM, Carlos Neves wrote: I am a robotics student and I have used numpy to develop a controller for a humanoid robot. Now I am trying to implement the same controller to a different robot, NAO - http://www.aldebaran-robotics.com/ This robot has a Linux based OS with Python