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
We just had an issue with VTK and ITK's HDF5 reader libraries conflicting due to improper mangling. VTK fixed its mangling, but when we next update ITK we should see if we can disable the readers to avoid potential issues like this (we don't use them). This may also be less an issue in future with the external pipeline. Creating this issue as a reminder.
The text was updated successfully, but these errors were encountered:
@cryos I did not see this issue unfortunately at the time of my builds. This would probably need to be done before we merge #285, to avoid the HDF5 conflicts. This might also reduce the binary size.
We can update the build instructions with cmake definitions to turn off specific readers, and then re-build them all. The cmake instructions need to be updated in these places:
We just had an issue with VTK and ITK's HDF5 reader libraries conflicting due to improper mangling. VTK fixed its mangling, but when we next update ITK we should see if we can disable the readers to avoid potential issues like this (we don't use them). This may also be less an issue in future with the external pipeline. Creating this issue as a reminder.
The text was updated successfully, but these errors were encountered: