InsightSoftwareConsortium / ITKPythonPackage

A setup script to generate ITK Python Wheels
https://itkpythonpackage.readthedocs.io
Apache License 2.0
64 stars 22 forks source link

COMP: Updates for linux aarch64 builds #271

Closed thewtex closed 5 months ago

thewtex commented 5 months ago

We need to upgracde almalinux-release to get new GPG keys so we can install the sudo and ninja-build packages.

We need to update the cmake version for better Python Stable ABI support to build the 3.11 wheels.

We need to upgrade pip in the image so it knows how to install the Stable ABI wheels.

We no-longer remove the old wheels after running auditwheel because they start with the same name.

thewtex commented 5 months ago

~Needs ITK bump with: https://github.com/InsightSoftwareConsortium/ITK/pull/4573~