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

update remote modules ITKv6 support #5187

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hjmjohnson
Copy link
Member

COMP: Update remote module hashes for ITKv6**

Allow building remote modules with ITK_FUTURE_LEGACY_REMOVE
ITK_LEGACY_REMOVE turned ON.

PR Checklist

@github-actions github-actions bot added type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots area:Examples Demonstration of the use of classes area:Remotes Issues affecting the Remote module labels Jan 26, 2025
@hjmjohnson hjmjohnson force-pushed the update_remote_modules_ITKv6_support branch from 997892c to 28823ea Compare January 26, 2025 22:43
@github-actions github-actions bot added the area:Filtering Issues affecting the Filtering module label Jan 26, 2025
@hjmjohnson hjmjohnson marked this pull request as draft January 27, 2025 20:51
@hjmjohnson hjmjohnson force-pushed the update_remote_modules_ITKv6_support branch from 28823ea to 11f8d3b Compare January 28, 2025 01:39
@github-actions github-actions bot removed type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots area:Filtering Issues affecting the Filtering module labels Jan 28, 2025
@hjmjohnson hjmjohnson force-pushed the update_remote_modules_ITKv6_support branch 2 times, most recently from 247502a to 383515b Compare January 28, 2025 03:20
Update remote modules to allow building
with ITK_LEGACY_REMOVE and ITK_FUTURE_LEGACY_REMOVE
flags turned on with ITKv6.

for i in $(pwd)/*.remote.cmake; do
  remote_dir_name=$(echo $(basename $i) | sed 's/\.remote\.cmake//g')
  git_hash=$(cd ${remote_dir_name} && git rev-parse HEAD )
  echo "Update $i with $git_hash"
  gsed -i "s/GIT_TAG *[0-9a-f]*/GIT_TAG ${git_hash}/g" $i
done
@hjmjohnson hjmjohnson force-pushed the update_remote_modules_ITKv6_support branch from 383515b to 7f4dc17 Compare January 28, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Examples Demonstration of the use of classes area:Remotes Issues affecting the Remote module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant