]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #24516 Impossible d'utiliser URANIE
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 2 Jul 2021 18:02:21 +0000 (20:02 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 2 Jul 2021 18:02:21 +0000 (20:02 +0200)
products/env_scripts/URANIE.py

index 1ce2cd4e047606f939b37866db0092979c60853f..994644d20b685cbb03d29545768be1db35426b6d 100644 (file)
@@ -16,6 +16,7 @@ def set_env(env, prereq_dir, version, forBuild=None):
     env.prepend('PYTHONPATH', os.path.join(uranie, 'lib', 'python'))
     # LD LIBRARY PATH
     env.prepend('PATH', os.path.join(uranie, 'lib'))
+    env.prepend('ROOT_INCLUDE_PATH',os.path.join(uranie, 'include'))
     # ROOT PATH
     root_env = env.get('ROOTSYS')
     root_lib_env = os.path.join(root_env,'lib','root')