Salome HOME
TTK: on DB10, switch off CPU optimization as requested by A.Geay
[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         repo : "https://codev-tuleap.cea.fr/plugins/git/salome/" + $name + ".git"
9         repo_dev : $repo
10     }
11     environ :
12     {
13         _SalomeAppConfig : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "salome"
14     }
15     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt"]
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     properties:
19     {
20         is_SALOME_module : "yes"
21         is_salome_application : "yes"
22         incremental : "yes"
23     }
24 }
25
26 default_win :
27 {
28     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt", "sphinxintl"]
29 }