slicersalt / ITKShape

ITK-Based Shape Analysis Filters (e.g Procrustes Alignment for Meshes)
Apache License 2.0
4 stars 5 forks source link

Wrapping not available #4

Closed tbirdso closed 3 years ago

tbirdso commented 3 years ago

Overview

Python wrapping is not built with the project and is not available as a CMake parameter.

Details

I am seeking to wrap Mesh3DProcrustesAlignFilter class for Python. The external module contains a CMakeLists.txt and .wrap file in the wrapping folder, but no Wrapping folder with Python binaries is built in the ITK-build directory. When setting configuration variables in CMake-GUI there is no WRAP_PYTHON parameter available, and attempting to explicitly set this variable with the CMake CLI has no noticeable impact on the build.

Expected behavior

Observed behavior

No wrapping is built

tbirdso commented 3 years ago

@thewtex Per our earlier discussion this was a local environment issue rather than a build issue. After rebuilding ITK with Python wrapping enabled the CMake wrapping parameter for the external module is available.