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

Building python for aarch64 / ppc64le #13

Open
jsharpe opened this issue Nov 13, 2020 · 2 comments
Open

Building python for aarch64 / ppc64le #13

jsharpe opened this issue Nov 13, 2020 · 2 comments

Comments

@jsharpe
Copy link
Contributor

jsharpe commented Nov 13, 2020

I'm interested in fixing up these build rules for the third party dependencies so that they will build on arm64 and powerpc.
Primarily this is failing in the openssl and python builds at the moment. I can use the bazelify.sh script to generate a valid build file for openssl but what is the best approach for creating a build file that will work across all 3 platforms?
I suspect changing the generation to generate .bzl files which contain functions that return a select for the appropriate platform would be the approach here? This way the bazelify.sh script would be used on each platform to generate the appropriate files rather then trying to have a single build file that supports all 3 platforms?

@GregBowyer
Copy link

@jsharpe ? #40

@jsharpe
Copy link
Contributor Author

jsharpe commented Sep 17, 2021

@GregBowyer I don't own the repo to provide a review for #40, I'm just a use of this repo that had an interest in supporting aarch64 on Linux but I've not had chance to evaluate it yet.

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

No branches or pull requests

2 participants