-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerPC64LE support #366
Comments
I tried replacing the
But no luck, same error. I also pulled the latest stable rustc, same issue:
Updated to a nightly toolchain, same issue:
|
@programmerjake I think I figured it out.. sorry for bugging you ;) I ended up using your command to install maturin, then commenting out the |
For anyone else having this issue, a more explicit explanation of the solution from @programmerjake
Thanks again @programmerjake for the help, I thought I was stuck until the AES-GCM code was fixed in ring :) |
@programmerjake so I was able to get what I needed working (though it required a lot more hacking on the package I was building, which had a dependency on I put in a PR (#367) that patches the run-time architecture check in case it's helpful to you. That change (plus the one in |
Add ppc64le/POWERPC64 as a "supported" target (issue #366)
Does #367 fix this? |
Yes, though not completely, we're still blocked on |
And I'm not expecting that being resolved any time soon. That AES thread has been open for quite a while and seems to have stalled out :/ Though the current state of things works well enough for me For posterity, the ring issue is briansmith/ring#389 |
@konstin are you planning on releasing 0.9.0b1 to PyPi? Or are you waiting until you have a stable 0.9 release? |
Sorry it took so long, but there's a stable 0.9.0 release now |
Thanks! |
Wheel name
numpy-1.19.2-cp38-cp38-linux_ppc64le.whl
.so
namelapack_lite.cpython-38-powerpc64le-linux-gnu.so
python-sysconfig.txt
I have to install maturin using:
since ring doesn't support powerpc64le-unknown-linux-gnu: briansmith/ring#389 (comment)
The text was updated successfully, but these errors were encountered: