14 Jul
2015
14 Jul
'15
9:45 p.m.
Eric Firing <efiring@hawaii.edu> wrote:
I'm curious: has anyone been looking into what it would take to enable f2py to handle modern Fortran in general? And into prospects for getting such an effort funded?
No need. Use Cython and Fortran 2003 ISO C bindings. That is the only portable way to interop between Fortran and C (including CPython) anyway.