[pypy-dev] Questions Regarding Scipy in Pypy (Not a Feature Request)

David Cournapeau cournape at gmail.com
Wed Aug 8 23:59:00 CEST 2012


On Wed, Aug 8, 2012 at 6:32 PM, Matti Picus <matti.picus at gmail.com> wrote:
> Someone tried getting f2py working on pypy a while ago, a quick search
> turned up
> http://www.dalkescientific.com/writings/diary/archive/2011/11/09/f2pypy.html
> and a fork of code at
> https://bitbucket.org/pypy/f2pypy
>
> Perhaps that could be a starting point?

Yes, definitely, although there are tools which are better architected
like fwrap (https://github.com/kwmsmith/fwrap).

I would expect something based on f2py to be the fastest route,
though. fwrap would more likely lend to something that could be
contributed by and useful to both cpython and pypy-based
implementations.

David


More information about the pypy-dev mailing list