Re: [Numpy-discussion] f2py-users list not working

2009-11-04 Thread George Nurser
2009/11/4 Robin : > On Wed, Nov 4, 2009 at 2:38 PM, George Nurser wrote: >> Fortran can accept preprocessor directives, but f2py cannot. >> You first need to preprocess a .F (or .F90) file to create a .f (or >> .f90) file which you then pass to f2py >> The way I preprocess the .F file is to have s

Re: [Numpy-discussion] f2py-users list not working

2009-11-04 Thread Robin
On Wed, Nov 4, 2009 at 2:38 PM, George Nurser wrote: > Fortran can accept preprocessor directives, but f2py cannot. > You first need to preprocess a .F (or .F90) file to create a .f (or > .f90) file which you then pass to f2py > The way I preprocess the .F file is to have statements like > int int

Re: [Numpy-discussion] f2py-users list not working

2009-11-04 Thread George Nurser
Fortran can accept preprocessor directives, but f2py cannot. You first need to preprocess a .F (or .F90) file to create a .f (or .f90) file which you then pass to f2py The way I preprocess the .F file is to have statements like int int*INTSIZE :: i,j,k So preprocess file.F e.g. in gfortran with gf

Re: [Numpy-discussion] f2py-users list not working

2009-11-03 Thread Robin
On Tue, Nov 3, 2009 at 10:05 PM, Charles R Harris wrote: > I believe f2py development has moved elsewhere, the new mailing list seems > to be at http://groups.google.com/group/f2py-dev?pli=1 . It doesn't look to > be very active. Perhaps the summer additions to cython adding some fortran > support

[Numpy-discussion] f2py-users list not working

2009-11-03 Thread Robin
I just tried to send the message below to f2py-users - f2py-us...@cens.ioc.ee, but delivery failed. Not sure where else to report this so hopefully here is ok. Cheers Robin -- Forwarded message -- From: Mail Delivery Subsystem Date: Tue, Nov 3, 2009 at 9:40 PM Subject: Deliver

Re: [Numpy-discussion] f2py-users list not working

2009-11-03 Thread Charles R Harris
On Tue, Nov 3, 2009 at 2:42 PM, Robin wrote: > I just tried to send the message below to f2py-users - > f2py-us...@cens.ioc.ee, but delivery failed. > > Not sure where else to report this so hopefully here is ok. > I believe f2py development has moved elsewhere, the new mailing list seems to be