Closed BenjaminRodenberg closed 3 years ago
The key is here the QUIET: https://github.com/precice/dealii-adapter/blob/1d148462224d0148ee77ebd6d7f93612c0adcd8e/linear_elasticity/CMakeLists.txt#L35
I addded it as part of #50. As open TODO, we should update the website docs for building from apt.
Has been addressed in #50
I tried installing the adapter after installing Deal.II using
apt
on my Ubuntu 20.04 system. By default Ubuntu 20.04 gives me Deal.II 9.1.0, but the adapter requires 9.2.0 as indicated here. Since installing viaapt
was recommended by the documentation of the adapter this situation confused me a bit.What I tried
cmake .
gave the following errorHere, I was unsure whether my deal.II installation is found or not. I finally cloned the deal.II github repository and when trying to build an example I got the following error
From my perspective this error message was very useful, since it told me that:
1) my deal.II is found 2) my deal.II version is too old
My Suggestion
Is it possible to add a similar error in the
CMakeLists.txt
of the adapter?