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 May 17, 2023
1 parent dbc9c91 commit 56c7434
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/Cleaver.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(Cleaver
"ITK module wrapping Cleaver functionalities used for MultiMaterial Tetrahedral Meshing."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/SCIInstitute/ITKCleaver.git
GIT_TAG 2e901276faa11f72b0f97c3e4df75b3d0a6663f8
GIT_TAG 0ece368f2e8a8b8d619abf0157d288b1dfd080ac
)
2 changes: 1 addition & 1 deletion Modules/Remote/Montage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(Montage
"Reconstruction of 3D volumetric dataset from a collection of 2D slices"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMontage.git
GIT_TAG 33b6b742dc285e35e5d44b9e9e2c2eab1a213a2a
GIT_TAG b91741f4f1746449dc70f08c7cc13c26cafa7d98
)
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ itk_fetch_module(TubeTK
"http://www.tubetk.org"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKTubeTK.git
GIT_TAG be1c53950f698a62217dcd546a5e129b77b8d157
GIT_TAG f1098f90282d4882940be81c00ccc7f73d34b44d
)
# Release v1.3.5
2 changes: 1 addition & 1 deletion Modules/Remote/Ultrasound.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ https://dx.doi.org/10.1109/ISBI.2016.7493437
https://pdfs.semanticscholar.org/6bcd/1e7adbc24e15c928a7ad5af77bbd5da29c30.pdf"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/ITKUltrasound.git
GIT_TAG 43b512300bd6ef288dcd6828fde7afba6ecc45dc
GIT_TAG aeb838bdaeff596d2e3abed83a079e23f9b87e9f
)
2 changes: 1 addition & 1 deletion Modules/Remote/WebAssemblyInterface.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(WebAssemblyInterface
"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 ${git_protocol}://github.com/InsightSoftwareConsortium/itk-wasm.git
GIT_TAG c8c6be7bc4261527e7de68c6b28e21be0ce0cdf4
GIT_TAG d34c4b94b731d6dee36ad7e11473620f241370aa
)

0 comments on commit 56c7434

Please sign in to comment.