[cmake] Add explicit RIO dependency in MathCore#20106
[cmake] Add explicit RIO dependency in MathCore#20106silverweed wants to merge 1 commit intoroot-project:masterfrom
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) |
guitargeek
left a comment
There was a problem hiding this comment.
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)