Salome HOME
Merge branch 'spns/20216' of https://codev-tuleap.cea.fr/plugins/git/salome/sat_salom...
[tools/sat_salome.git] / products / cmake.pyconf
1 default :
2 {
3     name : "cmake"
4     build_source : "script"
5     compil_script : $name  + $VARS.scriptExtension
6     get_source : "archive"
7     patches: []
8     system_info :
9     {
10         rpm : []
11         rpm_dev : ["cmake"]
12         apt : ["cmake"]
13         apt_dev : []
14     }
15     environ :
16     {
17        env_script : $name + ".py"
18     }
19     depend : []
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     install_dir : 'base'
23     properties:
24     {
25       incremental : "yes"
26       compile_time : "yes"
27     }
28 }
29
30 version_3_12_1:
31 {
32   patches : ['cmake-3.12.1.patch']
33 }
34
35 version_3_12_1_win:
36 {
37   patches : []
38 }