Closed cmarcotte closed 7 months ago
The underlying cause is that you are using a distribution with a compiler that is newer than the software you are trying to compile, and that is finding issue with those software packages that the authors of those packages can of course not fix retroactively.
Your only chance is to use versions of Trilinos and deal.II that were released after we have had time to test with these newer compilers. For Trilinos, this means one of the 14.x or 15.x releases. For deal.II, it means using 9.5.
Hello, I am running into a persistent issue with building Trilinos on Ubunu 23.10 with gcc 13.2.0 on x86. I couldn't find anything quite similar in the existing issues. The output of the error (truncated to post-config) is:
Skipping Trilinos in the config yields a similar error message during dealii build:
Is this a known issue, or something easily remedied?