![](https://secure.gravatar.com/avatar/f61720cab266ba17b102a3ada1bd8975.jpg?s=120&d=mm&r=g)
Nov. 23, 2016
2:47 p.m.
Hi all! I realized that there is no "whl" files for PPC64 (https://pypi.python.org/pypi/numpy/1.12.0b1), which makes numpy be compiled when installing it with pip. It is causing a low performance on this architecture when the libopenblas is not previously installed, while for x86_64 it is installed as a lib, which is in the "whl" file. What must to be done to add a build of numpy for PPC64, and upload the "whl" files to pypi link?