Skip to content
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

Consider releasing s390x and ppc64le binaries. #39

Closed
jsirois opened this issue Aug 4, 2023 · 4 comments · Fixed by #109
Closed

Consider releasing s390x and ppc64le binaries. #39

jsirois opened this issue Aug 4, 2023 · 4 comments · Fixed by #109
Assignees
Labels
enhancement New feature or request

Comments

@jsirois
Copy link
Contributor

jsirois commented Aug 4, 2023

As of https://github.com/indygreg/python-build-standalone/releases/tag/20230726 PBS supports s390x and it has supported little endian Power chips for longer than that. Both architectures are used in systems amenable to larger binaries / more resource intensive apps (unlike exotic embedded architectures); so making science available for these architectures may spur unforeseen use scenarios.

@jsirois jsirois added the enhancement New feature or request label Aug 4, 2023
@jsirois
Copy link
Contributor Author

jsirois commented Dec 11, 2024

I've just spun up s390x support for ptex and the scie jump, but Power support seems problematic without further digging. There are compilation errors in sys crates which seem to necessitate upgrades or fixes.

@jsirois
Copy link
Contributor Author

jsirois commented Dec 11, 2024

Ok, the ppc64le compilation issue is only in ptex and its only using the curl zlib-ng-compat feature which may not actually be needed at all (it looks like the feature was added out of ignorance due to Mac M2 build failures a long time ago).

@jsirois jsirois self-assigned this Dec 11, 2024
@jsirois jsirois added the in progress Indicates the assignee is actively working on the item. label Dec 11, 2024
@jsirois
Copy link
Contributor Author

jsirois commented Dec 13, 2024

Ok, all the support work is done in ptex and scie-jump which both have support for s390x and powerpc64le as of the 1.5.0 release of each.

jsirois added a commit to jsirois/lift that referenced this issue Dec 18, 2024
@jsirois jsirois removed the in progress Indicates the assignee is actively working on the item. label Dec 20, 2024
@jsirois
Copy link
Contributor Author

jsirois commented Dec 20, 2024

Support was released on 0.10.0: https://github.com/a-scie/lift/releases/tag/v0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant