You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ROOT.jl
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,20 @@ Value of ROOTSYS preference when this module was precompiled.
34
34
"""
35
35
const rootsys = ROOTprefs.get_ROOTSYS()
36
36
37
+
"""
38
+
`libroot_julia_from_jll`
39
+
40
+
Flag telling if the package was precompiled with the C++ wrapper library from the jll package (true) or built for an external C++ ROOT installation (false).
Path of the shared library containing the C++ code interfacing the Julia ROOT package with the C++ ROOT libraries. This library is provided by the package ROOT_julia_jll included in the dependency, when the C++ ROOT libraries are installed by the Julia package manager from the ROOT_jll package, or built on the fly (at first ROOT module import), if they are installed by another mean.
Flag telling if the package was precompiled with the C++ wrapper library from the jll package (true) or built for an external C++ ROOT installation (false).
@warn "The imported ROOT module is empty because of the error mentioned above. To import the module again after resolving the issue, a restart of Julia is required."
108
+
@warn "The imported ROOT module is empty because the backend library is not compiled. User ROOT.cxxcompile() to compile it. After compilation restart of Julia is required after the compilation."
0 commit comments