Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable elastix and transformix binary generations for the Python wheels #182

Closed
thewtex opened this issue Nov 30, 2022 · 1 comment
Closed

Comments

@thewtex
Copy link
Member

thewtex commented Nov 30, 2022

These CLI binary are not required for the Python package and increase the size of the wheels.

thewtex added a commit to thewtex/elastix that referenced this issue Dec 7, 2022
Add CMake advanced options:

- ELASTIX_NO_INSTALL_EXECUTABLES
- ELASTIX_NO_INSTALL_DEVELOPMENT
- ELASTIX_NO_INSTALL_RUNTIME_LIBRARIES

To prevent installation of executables, headers and static libraries,
and runtime libraries, respectively.

This helps address:

- InsightSoftwareConsortium/ITKElastix#182
- InsightSoftwareConsortium/ITKElastix#183

Also update the install COMPONENT to be consistent.

Also remove duplicate `install`'s for some targets that were
installed via elastix_export_target.
N-Dekker pushed a commit to SuperElastix/elastix that referenced this issue Dec 12, 2022
Add CMake advanced options:

- ELASTIX_NO_INSTALL_EXECUTABLES
- ELASTIX_NO_INSTALL_DEVELOPMENT
- ELASTIX_NO_INSTALL_RUNTIME_LIBRARIES

To prevent installation of executables, headers and static libraries,
and runtime libraries, respectively.

This helps address:

- InsightSoftwareConsortium/ITKElastix#182
- InsightSoftwareConsortium/ITKElastix#183

Also update the install COMPONENT to be consistent.

Also remove duplicate `install`'s for some targets that were
installed via elastix_export_target.
@thewtex
Copy link
Member Author

thewtex commented Feb 16, 2023

Resolved via #186 #192

@thewtex thewtex closed this as completed Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant