Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / CONFIGURATION.pyconf
1 default :
2 {
3     name : "CONFIGURATION"
4     get_source : "git"
5     git_info:
6     {
7         repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/configuration.git"
8         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "configuration.git"
9     }
10     environ :
11     {
12         build : {CONFIGURATION_ROOT_DIR : $source_dir}
13     }
14     depend : [ ]
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     properties :
17     {
18         compilation : "no"
19         configure_dependency : "yes"  # the source of this module is required for the configuration of salome
20         is_SALOME_module : "yes"
21     }
22
23     patches : []
24 }