Skip to content

Compilation error with ROOT.jl-generator and added classes #28

Answered by grasph
achjaj asked this question in Q&A

You must be logged in to vote

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 TGraph2D and TGraph2DErrors, then you can use the -moreclasses branch 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.

source ROOTSYS_OF_ROOT_6.32.02/bin/thisroot.sh
julia
]
pkg> add https://github.com/JuliaHEP/ROOT.jl#v0.3.3-moreclasses
pkg> build -v

Note, tha…

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@achjaj

Answer selected by achjaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants