Re: [Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-07 Thread George Nurser
Thanks for the quick fix. 2009/6/7 David Cournapeau : > George Nurser wrote: >> Sorry, I should have said that I'd always deleted the build directories. >> I now have a better idea about what the problem is. >> >> python setup.py config_fc --fcompiler=gnu95 build_clib >> --fcompiler=gnu95 build_ex

Re: [Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-07 Thread David Cournapeau
George Nurser wrote: > Sorry, I should have said that I'd always deleted the build directories. > I now have a better idea about what the problem is. > > python setup.py config_fc --fcompiler=gnu95 build_clib > --fcompiler=gnu95 build_ext --fcompiler=gnu95 install > > works OK for svn versions < 64

Re: [Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-07 Thread George Nurser
Sorry, I should have said that I'd always deleted the build directories. I now have a better idea about what the problem is. python setup.py config_fc --fcompiler=gnu95 build_clib --fcompiler=gnu95 build_ext --fcompiler=gnu95 install works OK for svn versions < 6481 (where coremath was merged). I

Re: [Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-06 Thread David Cournapeau
George Nurser wrote: > running config_fc > unifing config_fc, config, build_clib, build_ext, build commands > --fcompiler options > running build_clib > customize UnixCCompiler > customize UnixCCompiler using build_clib > building 'npymath' library > compiling C sources > C compiler: gcc -arch ppc

Re: [Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-06 Thread Charles R Harris
On Sat, Jun 6, 2009 at 5:07 PM, George Nurser wrote: > Hi, > the current svn version 7039 isn't compiling for me. > Clean checkout, old numpy directories removed from site-packages.. > Same command did work for svn r 6329 > > [george-nursers-macbook-pro-15:~/src/numpy] agn% python setup.py > confi

[Numpy-discussion] svn numpy not building on osx 10.5.6, python.org python 2.5.2

2009-06-06 Thread George Nurser
Hi, the current svn version 7039 isn't compiling for me. Clean checkout, old numpy directories removed from site-packages.. Same command did work for svn r 6329 [george-nursers-macbook-pro-15:~/src/numpy] agn% python setup.py config_fc --fcompiler=gnu95 build_clib --fcompiler=gnu95 build_ext --fco