pyushkevich / greedy

Very fast greedy diffeomorphic registration code
GNU General Public License v3.0
62 stars 17 forks source link

I think itkBarrier is deprecated for ITKv5 #9

Open muschellij2 opened 5 years ago

muschellij2 commented 5 years ago

https://github.com/InsightSoftwareConsortium/ITK/blob/af3d6c52303c61eb078c2ae7a063164b8aaa1ed2/Modules/Compatibility/Deprecated/src/itkBarrier.cxx - think this breaks the greedy compilation.

adhusch commented 5 years ago

I think you can get around that one by compling ITK with Module_ITKDeprecated ON, as itkBarrier is available there.

Unfortunatly there seem to be quite some other issues with compatiblity to ITKv5 (like 'MultiThreader' vs 'MultiThreaderBase') that still break greedy.