Leonardo Bianconi
2016-11-23 14:47:18 UTC
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?
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?