Cmake's FindHDF5.cmake file seems to use OUR debug/release to find different versions of HDF5. I'm not sure why that would be helpful, but that's how they've done it for some reason. I assume that you may need to install the debug libraries for HDF5 separately, as a different package or possibly an option when installing HDF5 in the first place?
On Aug 28, 2013, at 1:33 PM, Richard Shaw wrote: > I was trying to update Fedora rawhide to 1.2.1 but ran into a strange issue > where cmake would not find the "debug" libraries for hdf5 but would find the > "optimized" libraries. > > -- Found HDF5: > debug;HDF5_hdf5_cpp_LIBRARY_DEBUG-NOTFOUND;debug;HDF5_hdf5_LIBRARY_DEBUG-NOTFOUND;debug;HDF5_z_LIBRARY_DEBUG-NOTFOUND;debug;HDF5_dl_LIBRARY_DEBUG-NOTFOUND;debug;HDF5_m_LIBRARY_DEBUG-NOTFOUND;optimized;/usr/lib64/libhdf5_cpp.so;optimized;/usr/lib64/libhdf5.so;optimized;/usr/lib64/libz.so;optimized;/usr/lib64/libdl.so;optimized;/usr/lib64/libm.so > > This doesn't happen when I try to build on Fedora 18. > > The only differences I've found so far between Fedora releases are: > > gcc 4.7.2 -> 4.8.1 > hdf5 1.8.9 -> 1.8.11 > > Any ideas? > > Thanks, > Richard > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
