Fixed compilation errors after spdlog update
The solution is outlined on https://stackoverflow.com/a/68675384.
Merge request reports
Activity
Filter activity
mentioned in merge request ogs/ogs!4227 (merged)
There are still some errors:
[Start] surfing_pyvista.ipynb figures folder detected, symlink /home/jovyan/work/Tests/Data/PhaseField/surfing_jupyter_notebook/figures to _out/PhaseField/surfing_jupyter_notebook/surfing_pyvista/figures [Failed] surfing_pyvista.ipynb in 2.784407 seconds. --> _out/PhaseField/surfing_jupyter_notebook/surfing_pyvista/surfing_pyvista.ipynb.html <--
The surfing benchmark fails, because of
FileNotFoundError: File (/home/jovyan/work/Tests/Data/PhaseField/surfing_jupyter_notebook/surfing_quad_1x2_NR.vtu) not found
.Is that a known issue?
And one Linux and the Mac build report warnings, but run fine apart from that:
/builds/chleh/build/ci-no-unity/_deps/spdlog-src/include/spdlog/fmt/bundled/core.h:2670:41: warning: 'constexpr fmt::v8::detail::arg_mapper<Context>::cstring_result fmt::v8::detail::arg_mapper<Context>::map(const unsigned char*) [with Context = fmt::v8::basic_format_context<fmt::v8::appender, char>; fmt::v8::detail::arg_mapper<Context>::cstring_result = const char*]' is deprecated [-Wdeprecated-declarations] /builds/chleh/build/ci-no-unity/_deps/spdlog-src/include/spdlog/fmt/bundled/core.h:2671:41: warning: 'constexpr fmt::v8::detail::arg_mapper<Context>::cstring_result fmt::v8::detail::arg_mapper<Context>::map(const unsigned char*) [with Context = fmt::v8::basic_format_context<fmt::v8::appender, char>; fmt::v8::detail::arg_mapper<Context>::cstring_result = const char*]' is deprecated [-Wdeprecated-declarations] ...
I assume that this is a library internal issue. Can we ignore these warnings for the moment?
mentioned in commit 6bbab85a
Please register or sign in to reply