Salome HOME
Some products do not implement a V9_11_BR branch - use master branch instead
[tools/sat_salome.git] / products / TECHOBJ_ROOT.pyconf
1 default :
2 {
3     name : "TECHOBJ_ROOT"
4     build_source : "autotools"
5     get_source : "git"
6     git_info:
7     {
8         repo : "/home/salome/GitRepo/TECHOBJ_ROOT.git"
9     }
10     environ :
11     {
12         TECHOBJ_ROOT_DIR : $install_dir
13     }
14     depend : [
15               'Python',
16               'XDATA',
17               'omniORB',
18               'boost',
19               'PyQt',
20               'ParaView'
21              ]
22     opt_depend : [LIBBATCH, CALCULATOR, MED, GUI]
23     build_depend : ["swig", "cppunit"]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     properties:
27     {
28         has_salome_gui : "yes"
29         is_SALOME_module : "yes"
30         has_unit_tests
31     }
32 }