-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cmake] Add explicit RIO dependency in MathCore #20106
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
Conversation
Not sure, but considering RNTuple already lists RIO in its dependencies I thought MathCore was more likely to be the culprit (if the two dictionaries are built in parallel it would make sense - then again, no idea if they are) |
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.
Thanks! I don't mind trying this out
I'm not convinced yet that this is the solution. See this:
This is all headers listed in RIO's CMake, and checking if they are used anywhere in mathcore. The only hit is |
Test Results 22 files 22 suites 3d 21h 42m 45s ⏱️ For more details on these failures, see this check. Results for commit 2e6e453. |
Thank you @hageboeck, I mistakenly thought RIO had a dependency on TFile but then you made me realize it's specifically avoided via an eval-style trick. |
As an attempt to fix the build issues ("RIO.pcm is out of date") seen e.g. here on debian (due to
dev=on
)