Conversation
Fix for ROOT dependency loading in the generated module file.
Post-mortem on tests
Yours, |
|
Hi all, @jackal1-66 - perhaps a re-run of the checks will work. The timeouts of QC tests have been fixed somehow. The problem on MacOSX persists - I've made a pull request against ALICE's Yours, |
Head branch was pushed to by a user without write access
|
Hi, Did this fix the issue we had with Yours, |
|
Hello @cholmcc, it seems so: Thanks. |
|
Hi Antonin,
Great news. That means we can move on to other things :-) i.e., getting Rivet integrated into O2Physics. Some follow up questions:
Thanks again. Yours, |
|
Ciao @cholmcc @maireiphc, i tested on lxplus and indeed everything is working well, however on the GRID it's another thing. I just checked using yesterday's version of AliGenerators and this is the output I'm getting: Do you think that your latest upgrade of FastJet could fix this @maireiphc? @cholmcc do you have any fast fix in case? |
|
Hi Marco, Yes, I believe you have to get a newer version of FastJet on Grid. The Rivet bootstrap script has FastJet version 3.4.0. However, I think 3.2.x, as used by Can you perhaps say what you tried to do? Perhaps the include path isn't set correctly. Thanks. Yours, |
|
Ciao Christian, Cheers, Marco |
|
Hi Marco,
In case I want to try my self, it would be good if you could be a little more specific. Like
It looks like you're trying to compile something, so the question is what are you compiling and how? Thanks. Yours, |
|
Ciao Christian, I believe this might be caused by multiple FastJet versions definitions, as Marco |
|
Copy-paste of a just-posted comment in PR #5241 (already merged). My 2 cents This update of fastjet version does not seem to be transparent. @jackal1-66 have spot some issue among fastjet versions:
|
- FastJet and YODA export `FASTJET_ROOT` and `YODA_ROOT`, respectively - Rivet build-requires `cgal` so that `CGAL_ROOT` _values_ in `rivet-config` and `rivet-build` gets properly substituted at build-time with references to environment variable `CGAL_ROOT` at run-time See also comment at alisw#5221
|
Hi, I reformat the command line and log quoted above, just to make things clearer. Note the lines marked with
On I check However, the environment variable So if I do, it should work, right? Wrong, I get because So let's do which almost works, except I get This ties into the weird flag above. This was _supposed to have been So I try Yeah, that worked! OK, so what is the problem and possibly the solution. Let's just take a step back. When building the Rivet module, there's
I have made a pull-request Yours, |
* Update yoda.sh Fix for ROOT dependency loading in the generated module file. * Empty commit to trigger CI
Fix for ROOT dependency loading in the generated module file.