HDF5 not detected on Fedora

Issue #2066 closed
Steven R. Brandt created an issue

I get this output when configuring Cactus on Fedora

Running configuration script for thorn HDF5:
Additional requested language support:  Fortran
HDF5 selected, but HDF5_DIR not set. Checking pkg-config ...
HDF5 not found. Checking standard paths ...
HDF5 found.
Finished running configuration script for thorn HDF5.

Normally, I circumvent this problem by using fedora.cfg which has this:

HDF5_DIR=/usr/lib64/mpich
HDF5_INC_DIRS       = /usr/include/mpich-x86_64 
HDF5_LIB_DIRS       = /usr/lib64/mpich/lib 
HDF5_LIBS           = hdf5 hdf5_hl hdf5_fortran mpi m z

Keyword:

Comments (2)

  1. Log in to comment