-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
Manylinux default version #376
Comments
Related to #367 |
An alternative option is to just default to manylinux2014 for supported platforms (otherwise it defaults to off) and people have to explicitly use |
Sounds like a good idea! Implementation-wise, the manylinux could have an |
Bitten by this in https://github.com/messense/maturin/runs/1915790218?check_suite_focus=true , it happily builds |
Fixed by #424 |
I encountered an issue with manylinux support for architectures not included in manylinux2010 (powerpc64le-unknown-linux-gnu for me):
Maturin's argument parsing defaults to manylinux2010, which causes pip to not be able to install the built wheel:
What do you think of refactoring argument parsing to pick the default manylinux version based on the target arch? something like this:
The text was updated successfully, but these errors were encountered: