spdlog
https://github.com/gabime/spdlog
spdlog c++ header files
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / spdlog
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/spdlog && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-fix-update-to_string_view-function-for-fmt-11 |
0000001124 1.1 KB | |
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000014 14 Bytes | |
spdlog.changes | 0000049589 48.4 KB | |
spdlog.spec | 0000003322 3.24 KB | |
v1.15.0.tar.gz | 0000276012 270 KB |
Comments 8
This comment has been deleted
Thanks, I will get right to it.
spdlog's dependency fmt just updated to 10.0.0 (https://github.com/fmtlib/fmt/releases/tag/10.0.0), which sadly breaks spdlog. I am aware of this issue and working on a solution.
Update: A patch is now applied - but some test still fails. See Issue: https://github.com/gabime/spdlog/issues/2735
With an additional patch it now works again. Until a new release with the provided patches is available, we will maintain our own patches. With a new release of spdlog these patches will render redundant.
Build is completely broken.
Have send an request for new package fmt-10 Also an request for spdlog itself. And an request per mail (osc or webgui does not work) for fmt itself.
Seems due to https://github.com/gabime/spdlog/issues/3129. I fixed the typo in the cmake build options which should have avoided this. Thanks for you patch, but the examples are not part of the package.
To use fmt-11 is wrong! Source from spdlog: define FMT_VERSION 100201
I guess you refer to this: https://github.com/gabime/spdlog/blob/v1.x/include/spdlog/fmt/bundled/core.h#L21
That's their own bundle replica of libfmt, you can bind against various libfmt as you wish.