-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to spdlog #3216
Switch to spdlog #3216
Conversation
This looks good to me apart from having to turn off some warnings. Would it be possible to only turn them off only on GCC (I was told by Chris this only comes up on GCC)? Then we'll still might get some coverage on LLVM/clang toolchains like oneAPI, or people developing on macOS. |
Yes I think so. |
I don't need to disable the warnings with gcc-13 or gcc-14. |
gcc-13 is failing on CI. I have added a check to add the flags for gcc-12 and gcc-13. So this PR should now be good to go, I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to add spdlog to Dockerfiles, Spack, Debian and conda.
I already added to Docker files, but will need rebuilding. |
Looks good to me, we can deal with packaging afterwards. |
Resolves #3195 |
- Also add some additional `create_connectivity(tdim, tdim)` calls prior to midpoint computations (consequence of FEniCS/dolfinx#3209) - Switch to spdlog and move some logging to debug mode (FEniCS/dolfinx#3216) - Support nanobind 2.0.0 (FEniCS/dolfinx#3105) - Replace `dolfinx.Function.vector` with `dolfinx.Function.x.petsc_vec` (FEniCS/dolfinx#3092)
loguru
and replace withspdlog