Can you build ROOT with a prebuilt Interpreter?

ROOT Version: “Latest Stable”
Platform: Linux x86
Compiler: GCC


Is there a flag I can pass to build ROOT from source that says ignore building the llvm interpreter, I already have it built? I tried commenting out the
#add_subdirectory (interpreter)
in CMakeList.txt but then I get error in main/CMakeLists.txt at line 77 that the number of args is incorrect (?)
Any help would be very appreciated!

Hi,
I don’t think this is possible. ROOT requires an internal LLVM build and cannot work with an external one
Cheers
Lorenzo