pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

have aarch64 whl files #151

Closed galak closed 2 years ago

galak commented 3 years ago

To make life easier would be nice if there was linux aarch64 whl on release.

theotherjimmy commented 3 years ago

Has a standard come out for aarch64 wheels? I don't recall their being one when I last checked, 2 years ago.

flit commented 3 years ago

AArch64 is supported now by manylinux2014 defined by PEP 599.

See this blog: https://marcin.juszkiewicz.com.pl/2019/12/04/python-and-aarch64/

galak commented 3 years ago

Any updates on this?

mathias-arm commented 3 years ago

We will try to add this when we make the next release.

pfalcon commented 3 years ago

Note that cmsis-pack-manager is (again) the hard dependency of pyocd, in particular instructions describing how to get around need to install cmsis-pack-manager to use pyocd: https://github.com/pyocd/pyOCD/blob/master/docs/installing_on_non_x86.md - no longer work with the latest pyocd (0.29) and/or recent Python: https://github.com/pyocd/pyOCD/issues/1023 .

@galak, FYI

flit commented 2 years ago

@galak cmsis-pack-manager 0.3.0 is released with AArch64 wheels. GitHub Actions workflows are set up so all future releases will support AArch64.