Skip to content

Support arm7l, aarch64 architectures and manylinux2014 tag#273

Merged
konstin merged 1 commit intoPyO3:masterfrom
ijl:arm
Mar 2, 2020
Merged

Support arm7l, aarch64 architectures and manylinux2014 tag#273
konstin merged 1 commit intoPyO3:masterfrom
ijl:arm

Conversation

@ijl
Copy link
Contributor

@ijl ijl commented Feb 28, 2020

The architecture, wheel names, and shared object names
match what is specified in CPython and pip.

arm7l and aarch64 are supported for Linux only.

Target::from_target_triple() returns an Err on an
unsupported OS and architecture combination.

This allows building arm7l and aarch64 on manylinux1 and
manylinux2010, which should not work in pip.
Target::from_target_triple() could be expanded to error
on this but that needs more refactoring than seems
appropriate here.

#237

The architecture, wheel names, and shared object names
match what is specified in CPython and pip.

arm7l and aarch64 are supported for Linux only.

Target::from_target_triple() returns an Err on an
unsupported OS and architecture combination.

This allows building arm7l and aarch64 on manylinux1 and
manylinux2010, which should not work in pip.
Target::from_target_triple() could be expanded to error
on this but that needs more refactoring than seems
appropriate here.
@ijl ijl mentioned this pull request Feb 28, 2020
@konstin
Copy link
Member

konstin commented Mar 2, 2020

Thank you!

@konstin konstin merged commit 7d3d6ad into PyO3:master Mar 2, 2020
@ijl ijl deleted the arm branch March 2, 2020 12:22
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

Successfully merging this pull request may close these issues.

2 participants