Salome HOME
spns #33658 - support MeshGems 2.15-1
[tools/sat_salome.git] / products / MeshGems.pyconf
1 default :
2 {
3     name : "MeshGems"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : []
12     opt_depend : ['openmpi']
13     patches : []
14     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
15     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
16     install_dir : 'base'
17     properties :
18     {
19       is_distene : "yes"
20       licence : "dlim8.var.py"
21       incremental : "yes"
22     }
23 }
24
25
26 default_win :
27 {
28    archive_info : {archive_name : "MeshGems-" + $APPLICATION.products.MeshGems + "_windows.tar.gz"}
29     properties :
30     {
31       is_distene : "yes"
32       licence : "dlim8.var.py"
33       incremental : "yes"
34       single_install_dir : "yes" # aimed to solve sat #18914
35     }
36 }
37
38 version_2_15_1 :
39 {
40     properties :
41     {
42       is_distene : "no"
43       licence : "libSalomeMeshGemsKeyGenerator"
44       incremental : "yes"
45     }
46 }
47
48 version_2_15_1_win :
49 {
50     properties :
51     {
52       is_distene : "no"
53       licence : "libSalomeMeshGemsKeyGenerator"
54       incremental : "yes"
55       single_install_dir : "yes" # aimed to solve sat #18914
56     }
57 }
58
59 version_2_14_4 :
60 {
61     properties :
62     {
63       is_distene : "no"
64       licence : "libSalomeMeshGemsKeyGenerator"
65       incremental : "yes"
66     }
67 }
68
69 version_2_14_4_win :
70 {
71     properties :
72     {
73       is_distene : "no"
74       licence : "libSalomeMeshGemsKeyGenerator"
75       incremental : "yes"
76       single_install_dir : "yes" # aimed to solve sat #18914
77     }
78 }
79
80
81 version_2_14_1 :
82 {
83     properties :
84     {
85       is_distene : "no"
86       licence : "libSalomeMeshGemsKeyGenerator"
87       incremental : "yes"
88     }
89 }
90
91 version_2_14_1_win :
92 {
93     properties :
94     {
95       is_distene : "no"
96       licence : "libSalomeMeshGemsKeyGenerator"
97       incremental : "yes"
98       single_install_dir : "yes" # aimed to solve sat #18914
99     }
100 }
101
102
103 version_2_13_1 :
104 {
105     properties :
106     {
107       is_distene : "no"
108       licence : "libSalomeMeshGemsKeyGenerator"
109       incremental : "yes"
110     }
111 }
112
113 version_2_13_1_win :
114 {
115     properties :
116     {
117       is_distene : "no"
118       licence : "libSalomeMeshGemsKeyGenerator"
119       incremental : "yes"
120       single_install_dir : "yes" # aimed to solve sat #18914
121     }
122 }
123
124 version_2_9_6 :
125 {
126 }
127
128 version_2_9_6_win :
129 {
130    archive_info : {archive_name : "MeshGems_V2.9.6_windows.tar.gz"}
131 }