You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a link to a relevant discussion, and the most relevant post.
Ah, quite a long discussion and backstory, thanks. I guess though that no one actually did the things discussed.
It's not something I personally use, but I would be interesting in disabling it from an ITK build. I looked, but didn't find any options with 'nrrd' or 'teem' in the name. Is is currently possible to disable this when building ITK?
It is one of the default modules. You would need to disable ITK_BUILD_DEFAULT_MODULES and ITKGroup_Core to get the option Module_ITKIONRRD. That is because Module_ITKTestKernel, which is part of Core, depends on ITKIONRRD.
Modules/ThirdParty/NrrdIO seems to be one of the only ones with no upstream specified and no UpdateFromUpstream.sh script.
At first I thought the project was inactive, looking at for example: https://sourceforge.net/p/teem/news/
But in fact there are recent commits (2024-11-30): https://sourceforge.net/p/teem/code/HEAD/tree/
Perhaps I'm not finding it, but there seems to be no build option to turn this library off in ITK?
The text was updated successfully, but these errors were encountered: