Skip to content

make pythoninterpretter optional once more for sake of pip installs

In the python cleanup of !3523 (merged) we promoted vtk's interpretter to a core compile time dependency. Unfortunately that broke python wheel builds as it introduced a hard package dependency on ilbpython. This change makes the dependency optional once more via the preexisting VTK_ENABLE_VTKPYTHON flag.

Merge request reports