Skip to content

Commit 1f56f37

Browse files
committed
COMP: Many of the remotes require updates for ITKv5
There have been many updates to the remote modules to make them compatible with ITKv5. These are the branches that need to be merged into their respective branches to allow buiding against VXL 2.0.0 with deprecated code turned off. Change-Id: Ie453496d3d0b4e3018b29cbed4a821afb5914fd4
1 parent e7db79d commit 1f56f37

25 files changed

Lines changed: 38 additions & 26 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
itk_fetch_module(AnalyzeObjectMapIO
22
"AnalyzeObjectMapIO plugin for ITK. From Insight Journal article with handle: https://hdl.handle.net/1926/593"
33
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/itkAnalyzeObjectMap.git
4-
GIT_TAG c58f513b6e81fb0a09a712720a4a92f3ec12cf08
4+
GIT_TAG 54c3e2dbf0b4259aabe6c430df75171469d7bfee
55
)

Modules/Remote/AnisotropicDiffusionLBR.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ itk_fetch_module(AnisotropicDiffusionLBR
2020
http://insight-journal.org/browse/publication/953
2121
"
2222
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR.git
23-
GIT_TAG 1a6e25e407331c1d8c88be1a93ce44a5ba0628a2
23+
GIT_TAG d9f3746456ebd1c7116083492803995fba59c5a6
2424
)

Modules/Remote/BoneMorphometry.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ itk_fetch_module(BoneMorphometry
77
http://hdl.handle.net/10380/3588
88
"
99
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBoneMorphometry.git
10-
GIT_TAG 5d152b584e311c89af926c82d5ca268d27f50976
10+
GIT_TAG f6b7a1427cc7f4e597a3032e4c49e8f7892e7fca
1111
)

Modules/Remote/DVMeshNoise.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ itk_fetch_module(DVMeshNoise
66
http://hdl.handle.net/10380/3567
77
"
88
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/DVMeshNoise
9-
GIT_TAG ed83b8291bcbc2d2718f198f1422182c8d7f4d11
9+
GIT_TAG 80d7815221173b20fcea75aabd973afb72c1e294
1010
)

Modules/Remote/IOFDF.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
itk_fetch_module(IOFDF
22
"FDFImageIO plugin for ITK. Authors Gleen Pierce/Nick Tustison/Kent Williams"
33
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/itkFDFImageIO.git
4-
GIT_TAG d87a7f1bed73addb1351152b6d82af41d4924a68
4+
GIT_TAG f6b4a00c610c9876987492fccc763a57f497448e
55
)

Modules/Remote/IOTransformDCMTK.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ itk_fetch_module(IOTransformDCMTK
44
files. See http://www.insight-journal.org/browse/publication/923
55
https://hdl.handle.net/10380/3468"
66
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK.git
7-
GIT_TAG 8be6a9e561b6a506121ec936bfe332b3917a9bf3
7+
GIT_TAG 6ffd7d9e1d4db35f093045a28da7045eda305fab
88
)

Modules/Remote/IsotropicWavelets.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Cerdan, P.H. \"Steerable Isotropic Wavelets for Multiscale and Phase Analysis\".
99
"
1010
# Upstream repository was transfered from phcerdan to InsightSoftwareConsortium
1111
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets.git
12-
GIT_TAG 80fefd47f5177d29328b0106bd2ff53fa84b0396
12+
GIT_TAG 3f88e669f759cfb62d7ae6d5fc839974f24f480c
1313
)

Modules/Remote/LabelErodeDilate.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ itk_fetch_module(LabelErodeDilate
88
https://hdl.handle.net/10380/3399"
99
#UPSTREAM_GIT_REPOSITORY
1010
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/LabelErodeDilate.git
11-
GIT_TAG fc148f9e30cae0653d901934b2ca70f66fdce7dc
11+
GIT_TAG 009e0456007885550d23057fbe16fc33e511198b
1212
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
itk_fetch_module(LesionSizingToolkit
22
"Framework for determining the sizes of lesions in medical images."
3-
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/LesionSizingToolkit.git
4-
GIT_TAG 46f56c74257a16a2130cfea48815a5ed4466ad04
3+
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/LesionSizingToolkit.git
4+
GIT_TAG e119ec370555dc586e10e4f9f83776ad04988b1e
55
)

Modules/Remote/MinimalPathExtraction.remote.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ itk_fetch_module(MinimalPathExtraction
33
"http://www.insight-journal.org/browse/publication/213
44
"
55
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git
6-
GIT_TAG a98dd704928d074422db3ffc1ff6b9d898d115d1
6+
GIT_TAG 72b9dc1c9556f4f9562bab39f7fc38381a8f0129
77
)

0 commit comments

Comments
 (0)