[SciPy-user] scipy_distutils: fortran without f2py
David Grote
DPGrote at lbl.gov
Wed Jun 25 19:58:45 EDT 2003
I need help with scipy_distutils. I can't figure out how to get it to do
what I need. I am trying to find a nice package which will help build
python extensions, some of which is written in fortran, and
scipy_distutils looks good. For various reasons, I create my own
wrappers and so I don't need the wrapper to be generated by f2py.
However, with everything I have tried with scipy_distutils, it either
insists on using f2py, or does nothing. Does anyone have an example
setup.py that I could see which would help, something that doesn't use
f2py? F2py is a great piece of software but there are some things I need
that it doesn't do (like wrap fortran derived types).
Any help would be much appreciated!
Thanks!
Dave Grote
More information about the SciPy-User
mailing list