Update itk to 6.0a3 for development#2289
Conversation
|
@N-Dekker With updating ITK to 6.0a3 a compilation error is occurring with Elastix. Likely does to the removal of some ITK macros like ITKv5_CONST or something similar. Any recommendations with Elastix and compatibility with ITK 6.0 for development? |
Thanks for asking, @blowekamp I locally use ITK v6.0a02 when building elastix from the main branch. Do you think anything between ITK v6.0a02 and ITK v6.0a03 triggered the errors? Which version (commit or tag) of elastix did you try? |
SimpleITK currently is on Elastix "5.2.0". Looking closer at the error is seems to be related to missing trailing ";" after macros. Perhaps a patch to 5.2.0 is in order? I'll look into making a patch. |
|
@N-Dekker I made a PR in Elastix with the changes needed: SuperElastix/elastix#1327 It is based on the 5.2.0 tag. |
9043617 to
22c1db6
Compare
22c1db6 to
8824d81
Compare
No description provided.