Any comments would be appreciated. Matti _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev
I would like to hear what you think about the build-shared-object branch
on pypy/numpy
The goal is to buld a pure shared object for cffi rather than a
traditional python module
I used link_shared_lib() from the distutils ccompiler|, |||but had to
hack a bit to get it to play nicely with the numpy build system.
- [pypy-dev] recent commit to pypy/numpy build-shared-obj... Matti Picus
- Re: [pypy-dev] recent commit to pypy/numpy build-s... Maciej Fijalkowski