greedy
greedy copied to clipboard
I think itkBarrier is deprecated for ITKv5
https://github.com/InsightSoftwareConsortium/ITK/blob/af3d6c52303c61eb078c2ae7a063164b8aaa1ed2/Modules/Compatibility/Deprecated/src/itkBarrier.cxx - think this breaks the greedy compilation.
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.