Salome HOME
OCCT V7_5_3p2 and Openturns 1.18 Windows (note that one needs DILL 0.3.4)
[tools/sat_salome.git] / products / env_scripts / omniORBpy.py
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 def set_env(env, prereq_dir, version):
5     omniorb_root_dir = env.get('OMNIORB_ROOT_DIR')    
6     env.set('OMNIORBPY_ROOT_DIR', omniorb_root_dir)     
7     
8 def set_nativ_env(env):
9     env.set('OMNIORBPY_ROOT_DIR',"/usr")
10
11