Skip to content

Commit 7ff8704

Browse files
committed
Update variable for ROOT compiler env cashes
1 parent 1c4641e commit 7ff8704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MC/bin/o2_dpg_workflow_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@ def speedup_ROOT_Init():
17771777
if not (args.no_rootinit_speedup == True):
17781778
print ("setting up ROOT system")
17791779
os.environ['ROOT_LDSYSPATH'] = libpath.decode()
1780+
os.environ['CLING_LDSYSPATH'] = libpath.decode()
17801781

17811782
# b) the PATH for compiler includes needed by Cling
17821783
cmd = "LC_ALL=C c++ -xc++ -E -v /dev/null 2>&1 | sed -n '/^#include/,${/^ \\/.*++/{p}}'"
@@ -1787,6 +1788,7 @@ def speedup_ROOT_Init():
17871788
if not (args.no_rootinit_speedup == True):
17881789
actionlogger.info("Determined ROOT_CPPSYSINCL=" + joined)
17891790
os.environ['ROOT_CPPSYSINCL'] = joined
1791+
os.environ['CLING_CPPSYSINCL'] = joined
17901792

17911793
speedup_ROOT_Init()
17921794

0 commit comments

Comments
 (0)