Skip to content
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

build: fix broken build for clang by removing erroneous generator for fmt library, which we do not explicitly depend on ourselves #622

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

Taepper
Copy link
Collaborator

@Taepper Taepper commented Oct 24, 2024

Summary

We depend on fmt transitively through spdlog. Unfortunately, this makes us unable to explicitly depend on a different version of fmt. (There is the newer version 11.0.2 available on conan center, but spdlog still depends on version 10.2.1). With that fmt version there is a bug appearing when using a new version of clang-20. This bug does not appear when not calling the generator for fmt as well.

PR Checklist

- [ ] All necessary documentation has been adapted or there is an issue to do so.
- [ ] The implemented feature is covered by an appropriate test.

Copy link
Contributor

There is no change in the changelog. This PR will not produce a new releasable version.

… fmt library, which we do not explicitly depend on ourselves

We depend on fmt transitively through spdlog. Unfortunately, this makes us unable to explicitly depend
on a different version of fmt. (There is the newer version 11.0.2 available on conan center, but
spdlog still depends on version 10.2.1). With that fmt version there is a bug appearing when using a new
version of clang-20. This bug does not appear when not calling the generator for fmt as well.
@Taepper
Copy link
Collaborator Author

Taepper commented Oct 24, 2024

Now ready for review. Sorry for premature marking :)

@fengelniederhammer fengelniederhammer merged commit 924521e into main Oct 24, 2024
9 checks passed
@fengelniederhammer fengelniederhammer deleted the build-fix branch October 24, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants