Discussion:
[Numpy-discussion] Wheel files for PPC64
Leonardo Bianconi
2016-11-29 17:22:09 UTC
Permalink
Hi.
Can anyone help me with this?
From: Leonardo Bianconi
Sent: quarta-feira, 23 de novembro de 2016 12:47
Subject: Wheel files for PPC64
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?
Nathan Goldbaum
2016-11-29 17:29:00 UTC
Permalink
Hi Leonardo,

Matthew Brett replied to you on Nov 23:

https://mail.scipy.org/pipermail/numpy-discussion/2016-November/076290.html

It seems you will need to take this up with the upstream python packaging
community to come up with an alternate to manylinux1 that will work on ppc
architectures.

-Nathan

On Tue, Nov 29, 2016 at 11:22 AM, Leonardo Bianconi <
Post by Leonardo Bianconi
Hi.
Can anyone help me with this?
From: Leonardo Bianconi
Sent: quarta-feira, 23 de novembro de 2016 12:47
Subject: Wheel files for PPC64
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?
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Continue reading on narkive:
Loading...