Dear deal.II team, I want to learn example 55 and it is very difficult to install deal.ii with the additional libraries.
I opened the deal.II-9.1.1/build/ 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". So I did the following: wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9.tar.gz tar xf hdf5-1.10.5.tar.gz cd hdf5-1.8.9/ ./configure --prefix=`pwd`/build/ -enable-parallel make install 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 -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/9964a4b3-722d-45e5-8e7d-e71b1866f9a6%40googlegroups.com.