Closed TS-CUBED closed 1 year ago
The problem seems to be the 'numeric_limits' is not in std
anymore with libgcc11
. So limits
needs to be included now.
I cannot test this on older compilers, so cannot do a PR on this.
All I changed was add:
#include <limits>
to FESBMPointSource.cpp
The "limits" file is now included in FESBMPointSource.cpp.
I'm trying to install FEBio 3.8 from source and get:
System is Pop-OS (Ubuntu 22.04 LTS based), gcc 11.3.
I have installed LEVMAR, MKL, and MMG.