We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4641e commit 7ff8704Copy full SHA for 7ff8704
1 file changed
MC/bin/o2_dpg_workflow_runner.py
@@ -1777,6 +1777,7 @@ def speedup_ROOT_Init():
1777
if not (args.no_rootinit_speedup == True):
1778
print ("setting up ROOT system")
1779
os.environ['ROOT_LDSYSPATH'] = libpath.decode()
1780
+ os.environ['CLING_LDSYSPATH'] = libpath.decode()
1781
1782
# b) the PATH for compiler includes needed by Cling
1783
cmd = "LC_ALL=C c++ -xc++ -E -v /dev/null 2>&1 | sed -n '/^#include/,${/^ \\/.*++/{p}}'"
@@ -1787,6 +1788,7 @@ def speedup_ROOT_Init():
1787
1788
1789
actionlogger.info("Determined ROOT_CPPSYSINCL=" + joined)
1790
os.environ['ROOT_CPPSYSINCL'] = joined
1791
+ os.environ['CLING_CPPSYSINCL'] = joined
1792
1793
speedup_ROOT_Init()
1794
0 commit comments