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

Fix setting the PANDORA_MONITORING cmake variable #683

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

jmcarcell
Copy link
Member

needed after #681. PandoraMonitoring installed fine but it is not being used yet.

@jmcarcell jmcarcell enabled auto-merge (squash) December 6, 2024 08:01
@jmcarcell jmcarcell merged commit 9132e59 into main Dec 6, 2024
7 checks passed
@jmcarcell jmcarcell deleted the fix-pandora-monitoring branch December 6, 2024 08:22
# C++ Standard
return [f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}"]
return [
f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}",
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this work with c++20? Or are we fixing PandoraPFA/PandoraSDK#18 this some other way?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah this works, for a while we have been building DDMarlinPandora with C++20. For PandoraSDK it's still C++17 since it's hardcoded in the recipe...

Copy link
Contributor

Choose a reason for hiding this comment

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

OK. Then it probably was related to another Pandora package that includes the header and stumbles. Just wanted to make sure here.

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