Oliver Schulz

Results 665 comments of Oliver Schulz

> What needs to be special about Julia in order to work with ROOT? ROOT also uses LLVM, and it uses a specially modified version. ROOT is unhappy if it...

> I just realised that actually you build a ROOT-compatible Julia, rather than a Julia-compatible ROOT. That would be interesting - if we could find a way to do that...

> Would it be helpful to try building ROOT against the exact version of LLVM that Julia uses? Julia is also quite opinionated about the LLVM it uses, as I'm...

@staticfloat, If you're interested to take a look at this, I can put together a short Julia script that will load Cxx and ROOT and demonstrate the warning and the...

Here's a script that will demonstrate the problem: ```julia const ROOT_INCDIR = String(strip(read(`root-config --incdir`, String))) const ROOT_LIBDIR = String(strip(read(`root-config --libdir`, String))) const SHEXT = "so" using Cxx using Libdl: Libdl...

That would be a nice clean solution. I'm not sure how much it would limit Julia and ROOT versions, since both are kinda opinionated about that (ROOT likely a lot...

If so, I could definitely get you in contact with the right people at CERN.

@lmoneta, may I pull you into this discussion, as a member of the ROOT team?

Well, it's kinda hard to try at the moment, we'll have to wait until Cxx.jl supports current Julia versions again. I think there is some work going on in that...

> It works now on my laptop after recompilation of ROOT with both 6.24.00 and 6.24.02 and Julia official binaries! Oh, that's very encouraging. I'm not absolutely sure that loading...