[Cmb-users] cmb superbuild issues

Andy Bauer andy.bauer at kitware.com
Wed Oct 11 17:54:33 EDT 2017


FYI: if you're looking at the attached file I added the following at line
618:
    ELSEIF(HDF5_C_LIBRARY_hdf5)
      SET(HDF5_hdf5_LIBRARY ${HDF5_C_LIBRARY_hdf5})
    ENDIF()

    IF(NOT HDF5_hdf5_LIBRARY)
      MESSAGE(FATAL_ERROR "Did not find an appropriate HDF5 file")
    ENDIF()


On Wed, Oct 11, 2017 at 5:53 PM, Andy Bauer <andy.bauer at kitware.com> wrote:

> Hi,
>
> I had some issues building on Oa (Ubuntu 16.04) with HDF5. First I tried
> having the superbuild build HDF5 itself but when the superbuild got to
> building PV there were issues in that it picked up my system's HDF5 header
> filers in /usr/include/hdf5. Next I tried building with using system HDF5
> and I hit issues building NetCDF since I didn't have HDF5_C_LIBRARY or
> HDF5_hdf5_LIBRARY set. I fixed that with the attached file but I'm
> wondering if this is the proper way to fix this. Thoughts?
>
> Thanks,
> Andy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmb-users/attachments/20171011/a0908fad/attachment.html>


More information about the Cmb-users mailing list