-
-
Notifications
You must be signed in to change notification settings - Fork 713
Closed
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances
Description
Description
The Python interface files (*.pyi) are not installed into the install tree. As a result, they are missing from the 5.3rc4.post2 wheels.
Steps to Reproduce
- Enable
ITK_WRAP_PYTHON ninjaDESTDIR=/tmp/itk-install ninja installfind /tmp/itk-install -name '*.pyi'
Expected behavior
The .pyi files are installed alongside the .py files.
Actual behavior
.pyi files are not installed.
Reproducibility
Always
Versions
ITK Git master, i.e.58ce6e84f2
Environment
Tested on Linux.
Metadata
Metadata
Assignees
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances