Issue Installing Ngsolve

More
5 years 1 day ago #2148 by THaubold
Hi,

we can't compile Ngsolve anymore. I pulled the git and tried to update my version, a colleague of mine (in the same institute) tried to compile a new installation, but we both get the following error:

This code does not compile with GCC 8.1/8.2, please upgrade your compiler

Do we need a more recent GCC compiler than that?
(We are working on a fixed redhat enviroment, so there was no change on our side regarding the compiler (gcc 8.1 and cmake 3.10))

Best regards,
Tim
More
5 years 1 day ago - 5 years 1 day ago #2149 by hvwahl
Replied by hvwahl on topic Issue Installing Ngsolve
Hi Tim,

looking at this commit from yesterday I would guess the answer is yes.

Best wishes,
Henry
Last edit: 5 years 1 day ago by hvwahl.
More
4 years 11 months ago #2153 by christopher
Hi,
yes, gcc 8.1 has a severe bug that removes some for loops over initialization lists. We had workarounds at some places where we knew this could occour, but now decided to exclude these compiler versions because of this bug. You can use 7.4, 8.3 or gcc 9.
Best
Christopher
Time to create page: 0.108 seconds