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
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
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
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
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
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