-
|
Hi, I'm trying to add I tried the compilation without the added header files and I also tried different ROOT versions, but nothing helped.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello @achjaj, I am able to reproduce the problem but I've not understood yet the cause. I expect it is link to wrapit or LLVM version. If you need Note, that we should have soon a Philippe. |
Beta Was this translation helpful? Give feedback.
Hello @achjaj,
I am able to reproduce the problem but I've not understood yet the cause. I expect it is link to wrapit or LLVM version.
If you need
TGraph2DandTGraph2DErrors, then you can use the-moreclassesbranch of ROOT.jl that already includes these classes. You will need release 6.32.02 of ROOT that you should install yourself (or use cvmfs installation if you have access to cvmfs) . Indeed, the automatic installation will pick up an incompatible version following to an update of the Conda forge repository, and the code building will fail.Note, tha…