On 18/01/17 20:38, Antonio Cuni wrote:
Hello Matti,
I am having some troubles with the latest pypy and numpypy: basically, numpy.get_include() returns the wrong directory.

I investigated a bit and I think the culprit are these two commits:
https://bitbucket.org/pypy/pypy/commits/ad36a29d0fcc
https://bitbucket.org/pypy/numpy/commits/26e09b343f

Probably it's just a typo in the numpy commit, which specify '_numpy' instead of '_numpypy'.

However, before committing the fix I wanted to ask you, to make sure I am not missing anything important :).

ciao,
Anto
Indeed, the changeset https://bitbucket.org/pypy/numpy/commits/26e09b343f
seems to be an error, should be _numpypy. Interesting that you are the first to report it, I guess not many people try to build c-extensions with numpypy
<https://bitbucket.org/pypy/numpy/commits/26e09b343f>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to