[vtk-developers] recent HDF5-related regression with installed file names...

Robert Maynard robert.maynard at kitware.com
Mon Dec 1 14:39:01 EST 2014


I expect that this was caused by the upgrade to hdf5 1.8. This
shouldn't be super hard to fix, as the library naming logic is all in
ThirdParty/hdf5/vtkhdf5/config/cmake/HDFLibMacros.cmake

On Mon, Dec 1, 2014 at 2:29 PM, Sean McBride <sean at rogue-research.com> wrote:
> Hi all,
>
> I've just now rebuilt & installed VTK master, and it seems there is a regression with HDF5-related install files.
>
> If building Release, I get what I expect, which is two files named:
>
> libvtkhdf5_hl.a
> libvtkhdf5.a
>
> in the /lib install folder.  But building debug, I get instead:
>
> libvtkhdf5_debug.a
> libvtkhdf5_hl_debug.a
>
> This was not the case previously, and seems incorrect.
>
> Anyone know about this breakage, and can hopefully fix it? :)
>
> Thanks,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>


More information about the vtk-developers mailing list