From 004fd7c06682c6395fa6929816bff768ed50f621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Fri, 26 Apr 2024 11:56:50 -0400 Subject: [PATCH] ENH: Update remote modules using a script --- Modules/Remote/MeshToPolyData.remote.cmake | 2 +- Modules/Remote/Montage.remote.cmake | 2 +- Modules/Remote/MorphologicalContourInterpolation.remote.cmake | 2 +- Modules/Remote/RTK.remote.cmake | 2 +- Modules/Remote/SphinxExamples.remote.cmake | 2 +- Modules/Remote/TubeTK.remote.cmake | 2 +- Modules/Remote/WebAssemblyInterface.remote.cmake | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Modules/Remote/MeshToPolyData.remote.cmake b/Modules/Remote/MeshToPolyData.remote.cmake index 27339249dda..31656cb21e7 100644 --- a/Modules/Remote/MeshToPolyData.remote.cmake +++ b/Modules/Remote/MeshToPolyData.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module( "Convert an ITK Mesh to a data structure compatible with vtkPolyData." MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git - GIT_TAG ed01f1914b33bc1d677a4cb9ebe2012b7c7125c6 + GIT_TAG 8d97a6825abc09e619011fbe1fb4512913eee70d ) diff --git a/Modules/Remote/Montage.remote.cmake b/Modules/Remote/Montage.remote.cmake index 36a4f66bdd1..04448bb4e13 100644 --- a/Modules/Remote/Montage.remote.cmake +++ b/Modules/Remote/Montage.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module( "Reconstruction of 3D volumetric dataset from a collection of 2D slices" MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMontage.git - GIT_TAG 19591429076a87c61ab369ba63fc0961ddaf4890 + GIT_TAG 79c81953d87f891f9a2c96457480bdc9f9110f24 ) diff --git a/Modules/Remote/MorphologicalContourInterpolation.remote.cmake b/Modules/Remote/MorphologicalContourInterpolation.remote.cmake index 5e8278ea859..d65de78e669 100644 --- a/Modules/Remote/MorphologicalContourInterpolation.remote.cmake +++ b/Modules/Remote/MorphologicalContourInterpolation.remote.cmake @@ -58,5 +58,5 @@ This work is supported by NIH grant R01 EB014346 'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'." MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation.git - GIT_TAG d4df8ffd86b6994065d3e2788a110c331f423f6d + GIT_TAG fc7ffdc939395a272e1ccba8d027db80d0eb834e ) diff --git a/Modules/Remote/RTK.remote.cmake b/Modules/Remote/RTK.remote.cmake index f670981fccd..c4761e2a212 100644 --- a/Modules/Remote/RTK.remote.cmake +++ b/Modules/Remote/RTK.remote.cmake @@ -42,5 +42,5 @@ itk_fetch_module( "Reconstruction Toolkit (RTK) https://www.openrtk.org/" MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/RTKConsortium/RTK.git - GIT_TAG 0f7f84b7c4abaeb3f0e6a7ece955eefbc4039c51 + GIT_TAG 1a2ca55e12092dd9c5964f7ee4b18b13949ecbd6 ) diff --git a/Modules/Remote/SphinxExamples.remote.cmake b/Modules/Remote/SphinxExamples.remote.cmake index 058080440b3..84b244b99b1 100644 --- a/Modules/Remote/SphinxExamples.remote.cmake +++ b/Modules/Remote/SphinxExamples.remote.cmake @@ -51,5 +51,5 @@ itk_fetch_module( "This module builds the examples found at https://itk.org/ITKExamples/" MODULE_COMPLIANCE_LEVEL 5 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSphinxExamples.git - GIT_TAG 1b2e5589cfe814c1ce361ec6fb9a3330a572f2d4 + GIT_TAG 5dab4a6153c0bb099a6b1bdcc005e87b133282d0 ) diff --git a/Modules/Remote/TubeTK.remote.cmake b/Modules/Remote/TubeTK.remote.cmake index 77ccf84d593..dd4b37ad719 100644 --- a/Modules/Remote/TubeTK.remote.cmake +++ b/Modules/Remote/TubeTK.remote.cmake @@ -49,6 +49,6 @@ itk_fetch_module( "http://www.tubetk.org" MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTubeTK.git - GIT_TAG 462e7d681902aa2a287cc584d78ecd4da8165261 + GIT_TAG 1a4b658a6b0a0cd62b89bc72940d27d6bde1e97e ) # Release v1.3.5 diff --git a/Modules/Remote/WebAssemblyInterface.remote.cmake b/Modules/Remote/WebAssemblyInterface.remote.cmake index 064ce81927d..d34b7bec06a 100644 --- a/Modules/Remote/WebAssemblyInterface.remote.cmake +++ b/Modules/Remote/WebAssemblyInterface.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module( "The itk-wasm WebAssemblyInterface module provides tools to a) build C/C++ code to WebAssembly-compatible processing pipelines, b) bridge local filesystems, JavaScript/Typescript data structures, and traditional file formats, c) transfer data efficiently in and out of the WebAssembly runtime." MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itk-wasm.git - GIT_TAG 607eb837124d02024ce6229880c96872db3dce0b + GIT_TAG d140dd81a7b3a3d34753caa1b27a2b74696ecd6a )