- fix python path issue in original description: __SALOME_BOOTSTRAP should indeed read__SALOME_BOOTSTRAP__.
- support Windows
'YACS'
'YACSGEN'
'DOCUMENTATION'
+ 'SALOMEBOOTSTRAP'
'SAMPLES'
'COMPONENT'
'PYCALCULATOR'
"sphinxcontrib_serializinghtml",
"graphviz"
]
- opt_depend : ["sphinx_rtd_theme"]
+ opt_depend : ["sphinx_rtd_theme", "SALOMEBOOTSTRAP"]
build_depend : ["cmake", "swig", "doxygen", "cppunit"]
}
"psutil"
]
build_depend : ["cmake", "swig", "doxygen", "cppunit"]
+ opt_depend : ["SALOMEBOOTSTRAP"]
}
default_MPI :
def set_env(env, prereq_dir, version):
env.set('SALOMEBOOTSTRAP_ROOT_DIR', prereq_dir)
- if platform.system() == "Windows" :
- pass
- else:
- env.prepend('PYTHONPATH', os.path.join(prereq_dir, '__SALOME_BOOTSTRAP'))
+ env.prepend('PYTHONPATH', os.path.join(prereq_dir, '__SALOME_BOOTSTRAP__'))
def set_nativ_env(env):
pass