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

Add Compilation Target for Python Wheels on manylinux for aarch64 #274

Open
vojtatom opened this issue Aug 21, 2024 · 2 comments
Open

Add Compilation Target for Python Wheels on manylinux for aarch64 #274

vojtatom opened this issue Aug 21, 2024 · 2 comments

Comments

@vojtatom
Copy link

vojtatom commented Aug 21, 2024

Hi,

I’d like to request the addition of a compilation target for Python package wheels for the manylinux platform on aarch64 architecture.

Many users on amd64 Linux platforms depend on the availability of pre-built wheels to avoid the complexities and potential issues of building from source. By providing manylinux wheels, the installation process becomes more streamlined and accessible, particularly in environments where building from source is not feasible or is time-consuming.

Suggested Implementation:

  • Include manylinux2014_aarch64 in your CI/CD pipeline as a target for wheel building?
@lrineau
Copy link
Member

lrineau commented Sep 30, 2024

Hi,

I’d like to request the addition of a compilation target for Python package wheels for the manylinux platform on aarch64 architecture.

Many users on amd64 Linux platforms depend on the availability of pre-built wheels to avoid the complexities and potential issues of building from source. By providing manylinux wheels, the installation process becomes more streamlined and accessible, particularly in environments where building from source is not feasible or is time-consuming.

Suggested Implementation:

* Include manylinux2014_aarch64 in your CI/CD pipeline as a target for wheel building?

Hi @vojtatom, do you have any idea how our workflow should be modified to add that target?

@vojtatom
Copy link
Author

@lrineau I think it should be as simple as adding another os target into the matrix, but don't quote me on this. If I have time, I might be able to create a fork with an update after testing it and then create a PR.

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