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