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 David Cournapeau
On Fri, Jun 12, 2009 at 12:56 AM, Samir Unni wrote: > 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

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 on Mac OS 10.5 with G95, but I'm getting the

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

2009-06-10 Thread David Cournapeau
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 on Mac OS 10.5 with G95, but I'm getting the >>> error "g95: unrecognized option '-shared'". I tried modifying t

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 the difference then. I tried both th

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

2009-06-10 Thread Carl, Andrew F (AS)
sion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Samir Unni Sent: Wednesday, June 10, 2009 1:24 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5 On Wed, Jun 10, 2009 at 3:18 PM, Carl, Andrew F (AS) wrote: > You mi

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

2009-06-10 Thread Adam Mercer
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. Cheers Adam ___ Numpy-discussion mailing list Numpy-discussion@scipy.

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.91) >> >> G95 is the only compiler listed a

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

2009-06-10 Thread Carl, Andrew F (AS)
Subject: Re: [Numpy-discussion] F2PY error with G95 on Mac OS 10.5 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.91) > > G95

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

2009-06-10 Thread Adam Mercer
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.91) > > G95 is the only compiler listed as available. If it can't be used, > then what can? I would ac

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 code to use the correct "-dynamic" flag, rath

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

2009-06-10 Thread Adam Mercer
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 code to use the correct "-dynamic" flag, rather than the > "-shared" flag. While that does allow for F2

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

2009-06-10 Thread Samir Unni
Hi, 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 code to use the correct "-dynamic" flag, rather than the "-shared" flag. While that does allow for F2PY to successfully execute, I get the error Tracebac