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

Bump fmt and spdlog dependencies #328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Bump fmt and spdlog dependencies #328

wants to merge 3 commits into from

Conversation

fknorr
Copy link
Contributor

@fknorr fknorr commented Jan 14, 2025

Required to build with recent DPC++.

Recent spdlog inspects CMAKE_CXX_STANDARD, so we need to set this variable. I'm removing CELERITY_CXX_STANDARD in favor of this global setting, and automatically re-apply it in find_package(Celerity) unless the user has requested a higher standard themselves.

@fknorr fknorr requested a review from psalz January 14, 2025 15:22
@fknorr fknorr self-assigned this Jan 14, 2025
@fknorr fknorr requested review from PeterTh and GagaLP January 14, 2025 15:22
Copy link

Check-perf-impact results: (000e2892abb21ddd1ae413a5c86d7d95)

❓ No new benchmark data submitted. ❓
Please re-run the microbenchmarks and include the results if your commit could potentially affect performance.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12770814677

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.05%

Totals Coverage Status
Change from base Build 12390656669: 0.0%
Covered Lines: 7088
Relevant Lines: 7193

💛 - Coveralls

@fknorr
Copy link
Contributor Author

fknorr commented Jan 14, 2025

Passes the nightly build now!

image

Copy link
Contributor

@GagaLP GagaLP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Is now working out of the Box with DPCPP, nice :)

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.

3 participants