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

Changes to enable building of MRtrix3 extensions #2939

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

daljit46
Copy link
Member

@daljit46 daljit46 commented Jul 2, 2024

This PR will contain a bunch of changes related to #2901. The aim is to enable building MRtrix3 as a subproject of another CMake project. It provides the ability to set a MRTRIX_SUBPROJECT_INSTALL_PREFIX variable to choose an installation prefix where MRtrix3 will be installed (to enable the idea that when MRtrix3 is built as a subproject, its installation files will reside in CMAKE_INSTALL_PREFIX/mrtrix3). Additionally, a new EXTERNAL_PROJECT_COMMAND option is added to MakePythonExecutable.cmake to appropriately set the relative location of MRtrix3 python library sources.

Also supersedes #2909.

@daljit46 daljit46 added the build label Jul 2, 2024
@daljit46 daljit46 self-assigned this Jul 2, 2024
@daljit46 daljit46 marked this pull request as draft July 2, 2024 11:16
Copy link

github-actions bot commented Jul 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

Copy link

github-actions bot commented Jul 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

To handle the installation of external Python commands, a new option for MakePythonExecutable is added to set a different location for the library files.
Copy link

clang-tidy review says "All clean, LGTM! 👍"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant