[f2py] getting around the lack of PARAMETER support?
Pearu Peterson
pearu@cens.ioc.ee
Tue, 28 Nov 2000 15:08:40 +0200 (GMT-2)
On Mon, 27 Nov 2000, Herb Schilling wrote:
> I see from Pearu's to-do list that implementing support for the
> PARAMETER statement is high on his list of things to do. I agree! In
Right now I am bit busy with my paid projects:( Though, adding support for
PARAMETER statement should not be difficult. Just need some motivation,
time, and an example that demonstrates all possible usages of the
PARAMETER statement. If anyone is interested in such a contribution, I
mean, sending me such an example (not time and motivation;-) then the
support could be there pretty soon.
> the meantime, what strategies are there for getting around this ? At
> the moment, I can only think of hand editing my files to replace the
> parameters with their actual values.
You can let f2py to generate the signature file and hand edit the
parameters there, for example.
Though, most reasonable solution would to have its support to f2py.
I'll see what I can do...
Regards,
Pearu