You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Detect conda-installed ITK and skip C++ build steps
When a pre-built ITK is available in the conda/pixi environment
(via the libitk-wrapping package), automatically skip the superbuild
and C++ compilation steps and point the wheel builder at the installed
ITK CMake config directory.
Detection checks CONDA_PREFIX and PIXI_ENVIRONMENT_DIR for an ITK
CMake config (lib/cmake/ITK-*/ITKConfig.cmake). When found, steps
01_superbuild_support_components and 02_build_wrapped_itk_cplusplus
are replaced with no-op stubs, reducing remote module build times
from ~1-2 hours to ~15 minutes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments