InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.38k stars 661 forks source link

DOC: ITK 5.4 RC 3 release documentation updates #4566

Closed thewtex closed 2 months ago

thewtex commented 3 months ago

More specifics on macOS package builds, Linux ARM builds.

phcerdan commented 3 months ago

Looks good, what issues do we find in Linux ARM? First time I hear about podman :1st_place_medal:

thewtex commented 3 months ago

podman is more community-oriented than docker. Newer, but also getting better because of that :-)

On ARM Linux:

cc1plus: fatal error: /work/ITK-cp311-cp311-manylinux_2_28_aarch64/Wrapping/Generators/CastXML/castxml/share/castxml/empty.cpp: No such file or directory

which is odd :thinking: . I am looking at bumping castxml.

thewtex commented 3 months ago

On ARM Linux:

cc1plus: fatal error: /work/ITK-cp311-cp311-manylinux_2_28_aarch64/Wrapping/Generators/CastXML/castxml/share/castxml/empty.cpp: No such file or directory

This and other build errors resolved in https://github.com/InsightSoftwareConsortium/ITK/pull/4573 . And move to the newer toolchain (the old one crashed when built with The Beast :bear: ).