CMakeCache.txt and changed the following lines from OFF to ON:
DEAL_II_WITH_MPI:BOOL=ON
DEAL_II_WITH_PETSC:BOOL=ON
and added the petsc path.
The make install command told me that PETSC was found.
It told me that there is a "Insufficient hdf5 installation".
After doing it I added the path in the CMakeCache.txt
HDF5_DIR:PATH=/path/to/hdf5-1.10.5/
The make install is still not working.
hdf5 is still insufficient.
It tells me afterwards that it found: HDF5_WITH_MPI = FALSE
How can I solve my issue?
Sincerely,
Tobias Neef