Hello,
I am in the process of reinstalling dealii on my computer and I am able to generate the build files and install everything. However, when I try to run "make test" I get a strange error. Attached is also my detailed and summary log.
I currently am running the following commands for generating the build files.
cmake -DDEAL_II_WITH_PETSC=ON -DCMAKE_INSTALL_PREFIX=/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/DEAL_II_INSTAL
L -DPETSC_DIR=$PETSC_DIR -DPETSC_ARCH=$PETSC_ARCH -DDEAL_II_WITH_MPI=ON -DDEAL_II_WITH_HDF5=OFF ..
and then this command to install
make --jobs=32 install
when I run
make test
I get the error pasted at the end of this message. Note that I get this error multiple times and sometimes it says Imported target "dealii::dealii_release
as well as Imported target "dealii::dealii_debug.
CMake Error in CMakeLists.txt:
Imported target "dealii::dealii_debug" includes non-existent path
"/usr/include/openmpi-x86_64/hypre"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
Thanks for any help,
Mark