Salome HOME
1f6641f174d07ee61a20ad1c9ef96ea67285b39d
[tools/sat_salome.git] / products / YACSGEN.pyconf
1 default :
2 {
3     name : "YACSGEN"
4     build_source : "script"
5     compil_script : $name  + $VARS.scriptExtension
6     get_source : "git"
7     git_info:
8     {
9         repo : $PROJECTS.projects.salome.git_info.default_git_server + "yacsgen.git "
10         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "yacsgen.git "
11     }
12     environ :
13     {
14        env_script : $name + ".py"
15     }
16     depend : [
17               "Python"
18               ]
19     build_depend : ["cppunit"]
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     patches :[]
23     properties:
24     {
25        incremental : "yes"
26     }
27
28  
29 version_V7_8_BR :
30 {
31     compil_script : "YACSGEN.py"
32     patches : ["yacsgen_hxx.patch"]
33     properties:
34     {
35        incremental : "yes"
36        is_SALOME_module : "yes"
37     }
38
39