Salome HOME
add is_SALOME_module:"no" property to metis - should be completed for other salome...
[tools/sat_salome.git] / products / metis.pyconf
1 default :
2 {
3     name : "metis"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info :
8     {
9        rpm : ["metis"]
10        rpm_dev : ["metis-devel"]
11        apt : ["libmetis5"]
12        apt_dev : ["libmetis-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : []
19     build_depend : ["cmake"]
20     patches : [ ]
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26        incremental : "yes"
27        is_SALOME_module:"no"
28     }
29 }
30
31 version_5_1_0  :
32 {
33     compil_script :  "metis-5.1.0" + $VARS.scriptExtension
34     patches : [ "metis-use_cat_not_more.patch" ]
35 }
36
37 version_5_1_0_win  :
38 {
39     patches: [ 'metis-use_cat_not_more.patch','metis-5.1.0_windows.patch']
40 }
41
42 version_5_0_2  :
43 {
44     name : "metis"
45     build_source : "script"
46     compil_script :  "metis_5_0_2.sh"
47     patches : [ "metis-use_cat_not_more.patch" ]
48 }