NGSolve / ngsolve

Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
https://ngsolve.org/
GNU Lesser General Public License v2.1
436 stars 79 forks source link

Compiling on OSX #11

Closed rvanvenetie closed 5 years ago

rvanvenetie commented 5 years ago

I can't get the current master to compile under OSx, see the error log: https://gist.github.com/rvanvenetie/873982a16d5fdb70497f36ea31c9b5bc.

I'm using clang 8.1.0 (clang-802.0.42).

rvanvenetie commented 5 years ago

Updated my apple clang to 9.0.0, and now the error seems to have disappeared.

mhochsteger commented 5 years ago

NGSolve is using C++-17 features. Thus, you need a recent compiler to build it, as you discovered correctly.