Skip to content

Commit

Permalink
ENH: Update remote modules using a script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Apr 27, 2024
1 parent b6699b0 commit 004fd7c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/MeshToPolyData.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion Modules/Remote/Montage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion Modules/Remote/RTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion Modules/Remote/SphinxExamples.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Modules/Remote/WebAssemblyInterface.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 004fd7c

Please sign in to comment.