Salome HOME
spns #42158: Fix MEDCOUPLING V7_8_BR compilation on CO9 - set number of processors...
[tools/sat_salome.git] / products / RESTRICTED.pyconf
1 default :
2 {
3     name : "RESTRICTED"
4     get_source : "git"
5     git_info:
6     {
7       repositories :
8       {
9         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/restricted.git"
10       }
11     }
12     environ :
13     {
14         launch : {RESTRICTED_ROOT_DIR : $source_dir}
15     }
16     depend : [ ]
17     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
18     properties :
19     {
20         compilation : "no"
21         not_in_package : "yes"
22         is_opensource  : "no"
23    }
24     patches : []
25 }