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