Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / CEATESTBASE.pyconf
1 default :
2 {
3     name : "CEATESTBASE"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "spns/CEATESTBASE.git"
11       }
12     }
13     environ :
14     {
15         env_script : "ceatest.py"
16     }
17     depend : ["KERNEL"]
18     opt_depend: ["openmpi"]
19     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
21     properties:
22     {
23         not_in_package : "yes"
24         is_opensource  : "no"
25     }
26 }