Re: [Numpy-discussion] f2py produces so.so

2006-06-19 Thread George Nurser
On 19/06/06, Berthold Höllmann <[EMAIL PROTECTED]> wrote: > "George Nurser" <[EMAIL PROTECTED]> writes: > > > I have run into a strange problem with the current numpy/f2py (f2py > > 2_2631, numpy 2631). > > I have a file [Wright.f] which contains 5 different fortran > > subroutines. Arguments have

Re: [Numpy-discussion] f2py produces so.so

2006-06-19 Thread Berthold Höllmann
"George Nurser" <[EMAIL PROTECTED]> writes: > I have run into a strange problem with the current numpy/f2py (f2py > 2_2631, numpy 2631). > I have a file [Wright.f] which contains 5 different fortran > subroutines. Arguments have been specified as input or output by > adding cf2pyintent (in), (

[Numpy-discussion] f2py produces so.so

2006-06-19 Thread George Nurser
I have run into a strange problem with the current numpy/f2py (f2py 2_2631, numpy 2631). I have a file [Wright.f] which contains 5 different fortran subroutines. Arguments have been specified as input or output by adding cf2pyintent (in), (out) etc. Doing f2py -c Wright.f -m Wright.so does n