Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-11 Thread Samir Unni
On Thu, Jun 11, 2009 at 11:58 AM, David Cournapeau wrote: > Ignore diagnose.py for the time being - what does f2py says ? running build running config_fc running build_src building extension "ese" sources f2py options: [] adding '/tmp/tmpFE_lPq/src.macosx-10.5-i386-2.5/fortranobject.c' to source

Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-11 Thread Samir Unni
On Wed, Jun 10, 2009 at 8:32 PM, David Cournapeau wrote: > On Thu, Jun 11, 2009 at 5:04 AM, Samir Unni wrote: >> On Wed, Jun 10, 2009 at 2:59 PM, Adam Mercer wrote: >>> On Wed, Jun 10, 2009 at 12:44, Samir Unni wrote: >>> >>>> I'm trying to use F2PY

Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-10 Thread Samir Unni
On Wed, Jun 10, 2009 at 3:24 PM, Adam Mercer wrote: > On Wed, Jun 10, 2009 at 15:19, Samir Unni wrote: > >> That's odd. You're running Mac OS 10.5.7? Did you install NumPy >> manually or via Fink? > > Yep Intel 10.5.7, installed from MacPorts. MacPorts might be

Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-10 Thread Samir Unni
On Wed, Jun 10, 2009 at 3:18 PM, Carl, Andrew F (AS) wrote: > You might try running: C:\Python25\Lib\site-packages\numpy\f2py\diagnose.py That's giving me the same result: List of available Fortran compilers: --fcompiler=g95 G95 Fortran Compiler (0.91) List of unavailable Fortran compilers:

Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-10 Thread Samir Unni
On Wed, Jun 10, 2009 at 3:11 PM, Adam Mercer wrote: > On Wed, Jun 10, 2009 at 15:04, Samir Unni wrote: > >> Are you sure? When I run "f2py -c --help-fcompiler", I get: >> >> List of available Fortran compilers: >>  --fcompiler=g95  G95 Fortran Compiler (0.9

Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-10 Thread Samir Unni
On Wed, Jun 10, 2009 at 2:59 PM, Adam Mercer wrote: > On Wed, Jun 10, 2009 at 12:44, Samir Unni wrote: > >> I'm trying to use F2PY on Mac OS 10.5 with G95, but I'm getting the >> error "g95: unrecognized option '-shared'". I tried modifying the

[Numpy-discussion] F2PY error with G95 on Mac OS 10.5

2009-06-10 Thread Samir Unni
er/source/ese.so: unknown file type, first eight bytes: 0x80 0xC0 0x4F 0x00 0xEB 0x57 0xE0 0x8F when I attempt to import the generated module. Any ideas on how to fix this? Thanks, Samir Unni ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion