Recent VTK HDF5 changes regressed library file names...

Ben,

I see from git log you made some recent updates to HDF5 in VTK…

Do you think those changes could have regressed the library file naming when installing VTK? Previously (to what change I’m not exactly sure) the files would be named:

libvtkhdf5.a
libvtkhdf5_hl.a

but are now:

libvtkhdf5_debug.a
libvtkhdf5_hl_debug.a

This has happened in the past too. The presence of the “_debug” is super annoying because it makes linking to VTK from an Xcode project a pain.

If you don’t know what caused this, I could bisect…

Thanks,

Sean

Well, direct emails confuse Discourse apparently.

Upstream relocated their _debug suffix logic and it escaped an if (FALSE).

https://git.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/c43323a06d67860

https://gitlab.kitware.com/vtk/vtk/merge_requests/6391