Salome HOME
TTK: on DB10, switch off CPU optimization as requested by A.Geay
[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         repo : "https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git"
9         repo_dev : $repo
10     }
11     environ :
12     {
13         env_script : "ceatest.py"
14     }
15     depend : ["KERNEL"]
16     opt_depend: ["openmpi"]
17     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
18     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
19     properties:
20     {
21         not_in_package : "yes"
22     }
23 }