Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / SALOME.pyconf
1 default :
2 {
3     name : "SALOME"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/SALOME.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "SALOME.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/SALOME.git"
13       }
14     }
15     environ :
16     {
17         _SalomeAppConfig : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "salome"
18     }
19     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt"]
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     properties:
23     {
24         is_SALOME_module : "yes"
25         is_salome_application : "yes"
26         incremental : "yes"
27     }
28     post_script: "fix_permissions.sh"
29 }
30
31 default_win :
32 {
33     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt", "sphinxintl"]
34 }