Salome HOME
Fedora 36 - backport several patches which need to be implemented in master branches...
[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     depend : [ ]
11     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
12     properties :
13     {
14         compilation : "no"
15         configure_dependency : "yes"  # the source of this module is required for the configuration of salome
16         is_SALOME_module : "yes"
17         sources_in_package : "yes"
18         incremental: "yes"
19     }
20
21     patches : []
22 }
23
24 version_V9_9_0_FD36 :
25 {
26   patches: ['SPNS-29988-CONFIGURATION-V9_9_0.patch']
27 }