[f2py] trouble with simple example
Pearu Peterson
pearu@cens.ioc.ee
Tue, 5 Mar 2002 20:23:29 +0200 (EET)
Hi Brad,
On 5 Mar 2002, Lionel Maziere wrote:
> Actually, the docs (including README and command line help) are much outdated.
>
> The 'test-site' directory used to be in the archive but it isn't no
> more... Pearu ?
Yes, the docs are outdated, except the NEWS.txt that I keep always up
to date, there you may find some hints what are obsolete in the remaining
documentation files.
I wish I had more time to fix these things but I am quite busy now and I
can spare time for f2py only for fixing the most important bugs (eg
memory leaks, craches etc) while the clean up of f2py distribution,
updating docs, describing new features and behaviours must
wait a bit. Sorry for inconvinience, I hope it will be only temporary.
> Once you have your .pyf (don't generate setup_foobar.py and
> Makefile-foobar) :
> f2py foo.f bar.f -m foobar -h foobar.pyf
> is ok for that,
> use : f2py -c foobar.pyf
> and your foobar.so to import in Python should be build !
Right. And in the following references you may find more comments
about undocumented features:
http://cens.ioc.ee/pipermail/f2py-users/2002-January/000205.html
http://cens.ioc.ee/pipermail/f2py-users/2002-February/000220.html
http://cens.ioc.ee/pipermail/f2py-users/2002-February/000214.html
Regards,
Pearu