You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/solvers/nlopt_optimization_solver.C:29:
./include/libmesh/nlopt_optimization_solver.h:189:41: error: use of undeclared identifier 'NLOPT_LD_LBFGS_NOCEDAL'
189 | ret["LD_LBFGS_NOCEDAL"] = NLOPT_LD_LBFGS_NOCEDAL;
| ^
Version: 1.7.6
The text was updated successfully, but these errors were encountered:
We'll get a fix into master and the upcoming 1.8.x releases, but for libMesh 1.7.6 it's probably best to just configure libMesh with --disable-nlopt if your only available version of that is the newest.
Version: 1.7.6
The text was updated successfully, but these errors were encountered: