Ralf Gommers
Ralf Gommers
@cournape can the other test errors be ignored for now when merging this? There's a few issues related to a missing `LIBDIR` envvar and an `exec` statement that looks like...
sounds good
This is indeed helpful. @cournape can you merge this?
Maybe setup.py is not supported at all anymore? http://cournape.github.io/Bento/html/install.html says it's deprecated.
Agreed that that should be possible. @cournape how do you want to handle this? I assume `python setup.py install --user` should be made to work (again), so `pip` can be...
Can be made to work at the moment with `python configure --sitedir=path/to/local/sitedir` I believe. But `pip` doesn't know about that.
Agreed, a lot less convenient. This is similar to how you build Python, not a Python package. Need @cournape to explain this one.
Always adding `-fPIC` to static libraries may not be so hard, maybe a matter of adding a modified `cstlib` class to backends/waf_tools/ordered_c.py. Adding that flag only if the static library...
You could get the structure of the zipfile and the hashing from wheel, but not much more right? Most of this PR is bento specific it looks like.
Updated this PR at gh-140. I can build a wheel for numpy with this.