Hi all,
I'm trying to install deal.II using candi on a linux cluster, but when I try to compile conservation-law/ryujin I get the following error:
error: static assertion failed: The version number of boost that you are compiling with does not match the version number of boost found during deal.II's configuration step. This leads to difficult to understand bugs and is not supported. Please check that you have set up your application with the same version of boost as deal.II.
621 | BOOST_VERSION == 100000 * DEAL_II_BOOST_VERSION_MAJOR +
| ^
candi.cfg has -DDEAL_II_ALLOW_BUNDLED=ON for version dealii v9.6.0
Thanks,
Greg