Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think itkBarrier is deprecated for ITKv5 #9

Open
muschellij2 opened this issue Jun 19, 2019 · 1 comment
Open

I think itkBarrier is deprecated for ITKv5 #9

muschellij2 opened this issue Jun 19, 2019 · 1 comment

Comments

@muschellij2
Copy link

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

@adhusch
Copy link

adhusch commented Jun 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants