Skip to content

Commit

Permalink
ENH: Update remote modules using the script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Apr 2, 2024
1 parent f44304d commit 8583297
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/CudaCommon.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ itk_fetch_module(
"Framework for processing images with Cuda."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/RTKConsortium/ITKCudaCommon.git
GIT_TAG 9d3fe9bdedbac76abc38ea61beff4158de65109f
GIT_TAG 0c20c4ef10d81910c8b2ac4e8446a1544fce3b60
)
2 changes: 1 addition & 1 deletion Modules/Remote/FastBilateral.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Insight Journal article:
https://insight-journal.org/browse/publication/692"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFastBilateral.git
GIT_TAG 4ee88117a0200f203bff6b48a66231dddf23fce3
GIT_TAG f524fcf4bbb574ed2554aa6e993b0d9946fa8b79
)
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 e3313af2d12d57f4309f2c0a2fd192e9f94b8680
GIT_TAG ed01f1914b33bc1d677a4cb9ebe2012b7c7125c6
)
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 a31fbf768db9d51ad6d54d9dccd532c33cd4d720
GIT_TAG d4df8ffd86b6994065d3e2788a110c331f423f6d
)
2 changes: 1 addition & 1 deletion Modules/Remote/RLEImage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,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/ITKRLEImage.git
GIT_TAG a3bdf29f046693dce0d6c1bc4be190e87a36e4b6
GIT_TAG 85559c99ece93d695889dbc908c52efbc2bf50a9
)
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 0cc66399640419ce4a3bb35486a3b9477119a3f4
GIT_TAG 0f7f84b7c4abaeb3f0e6a7ece955eefbc4039c51
)
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 f10b6b370d0c8f98f277f58338f5e7d4e3b756a4
GIT_TAG 607eb837124d02024ce6229880c96872db3dce0b
)

0 comments on commit 8583297

Please sign in to comment.