Jon Olav Vik <jono...@...> writes:

Answering a few of my own questions, in case anyone else is interested:

> Kurt Smith <kwmsm...@...> writes:
> > Hi, Jon.  I'm the 'maintaner' of fwrap, which is the new name of
> > 'f2cy' (I clearly need to put an update post on the blog!).  It's
> > still in development, and will have basic functionality ready to go in
> > a few weeks.  I don't know if we'll have C (i.e. cdef) callbacks
> > implemented by then, but it will be high on the priority list.  It
> > will certainly help you wrap a Fortran library in Cython, as you
> > desire, although the api is similar to f2py where the wrapping is
> > automated, 
> 
> Looking at http://www.scipy.org/F2py (it was down the last time I researched 
> this), it certainly looks promising. What is it that fwrap offers that f2py 
> doesn't? Direct access from C(ython), rather than the overhead of a Python 
> extension module?

Nice overview at http://conference.scipy.org/abstract?id=19

> Is there a separate mailing list for f2py?

http://news.gmane.org/gmane.comp.python.f2py.user

> How would I pass a function pointer (callback) to the f2py-generated 
> extension module?

Chapters 5 and 9 of this book have detailed examples:
http://www.amazon.com/Python-Scripting-Computational-Science-Engineering/
dp/3540739157/


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to