Hi, On 17 July 2014 09:09, Maciej Fijalkowski <fij...@gmail.com> wrote: > Note that CPython bundles libffi, so you just bundle libffi with pypy > in a buildpack and be done.
Also, I'm still not clear if a "bundle" contains all commands to recompile everything, or if it's just a binary package. Anyways, you can translate PyPy in a way that links to libffi statically instead of dynamically (I think it's the default, but I'm not sure). Then there is no libffi issue any more... I'm also quite unclear about why libffi in particular is the issue. As far as I know, on non-standard platforms you may have troubles compiling it, but on a standard Linux it should just work. If the only missing thing is knowledge about how to declare a "bundle" for Platform-as-service XYZ, then I'm afraid we can't help you on pypy-dev, but I don't see why making a "bundle" for PyPy would be easy but making a "bundle" for libffi not... And, anyway, as Maciej says you can put everything in the same bundle. It's not like the size of libffi (15KB?) matters. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev