Hello again,
The problem is when I type 'apt-cache search hdf5' I get 103 packages (attached to this e-mail) in Ubuntu related to hdf5. Which ones do I have to select?
I've selected these four packages:
hdf5-helpers
libhdf5-103
libhdf5-cpp-103
libhdf5-dev
with the same result:
-- Include /home/curro/dealii-9.2.0/cmake/configure/configure_hdf5.cmake
-- HDF5_INCLUDE_DIR not found! Call:
-- FIND_PATH(HDF5_INCLUDE_DIR hdf5.h HINTS /usr/lib/x86_64-linux-gnu/hdf5 PATH_SUFFIXES hdf5 hdf5/include include/hdf5 include)
-- HDF5_LIBRARY not found! Call:
-- FIND_LIBRARY(HDF5_LIBRARY NAMES hdf5 HINTS /usr/lib/x86_64-linux-gnu/hdf5 PATH_SUFFIXES hdf5/lib lib lib64 lib)
-- HDF5_HL_LIBRARY not found! Call:
-- FIND_LIBRARY(HDF5_HL_LIBRARY NAMES hdf5_hl HINTS /usr/lib/x86_64-linux-gnu/hdf5 PATH_SUFFIXES lib lib64 lib)
-- HDF5_PUBCONF not found! Call:
-- FIND_FILE(HDF5_PUBCONF NAMES H5pubconf.h H5pubconf-64.h HINTS HDF5_INCLUDE_DIR-NOTFOUND /usr/lib/x86_64-linux-gnu/hdf5 PATH_SUFFIXES hdf5 hdf5/include include/hdf5 include)
-- HDF5_LIBRARIES: *** Required variable "HDF5_HL_LIBRARY" set to NOTFOUND ***
-- HDF5_INCLUDE_DIRS: *** Required variable "HDF5_INCLUDE_DIR" set to NOTFOUND ***
-- HDF5_USER_INCLUDE_DIRS: *** Required variable "HDF5_INCLUDE_DIR" set to NOTFOUND ***
-- Could NOT find HDF5
-- DEAL_II_WITH_HDF5 has unmet external dependencies.
Any suggestion?
Thank you!
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/1db3deab-8dcd-40ec-b4e2-9b2b1c255bf4n%40googlegroups.com.
Hello Simon;
Your advice has worked fine, I had already tried what you suggested but I missed the final “/serial” of the path. With the complete path finally HDF5 has been detected successfully.
Definitively configure_hdf5.cmake is not good enough.
For the sake of completion, I installed these Ubuntu packages: ‘libhdf5-103’ and ‘libhdf5-dev’, but ‘hdf5-helpers’ and ‘libhdf5-cpp-103’ also installed automatically.
Thank you very much indeed, Simon.
Curro
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/11818661-0cc0-4df0-9483-b87bec036e20n%40googlegroups.com.