Salome HOME
432e50184f504948b3c873d7603778b2649f1759
[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_2024_1 :
39 {
40     properties :
41     {
42       is_distene : "no"
43       licence : "libSalomeMeshGemsKeyGenerator"
44       incremental : "yes"
45     }
46 }
47
48 version_2_15_1 :
49 {
50     properties :
51     {
52       is_distene : "no"
53       licence : "libSalomeMeshGemsKeyGenerator"
54       incremental : "yes"
55     }
56 }
57
58 version_2_15_1_win :
59 {
60     compil_script :  "MeshGems-2.15.bat"
61     properties :
62     {
63       is_distene : "no"
64       licence : "libSalomeMeshGemsKeyGenerator"
65       incremental : "yes"
66       single_install_dir : "yes" # aimed to solve sat #18914
67     }
68 }
69
70 version_2_14_4 :
71 {
72     properties :
73     {
74       is_distene : "no"
75       licence : "libSalomeMeshGemsKeyGenerator"
76       incremental : "yes"
77     }
78 }
79
80 version_2_14_4_win :
81 {
82     properties :
83     {
84       is_distene : "no"
85       licence : "libSalomeMeshGemsKeyGenerator"
86       incremental : "yes"
87       single_install_dir : "yes" # aimed to solve sat #18914
88     }
89 }
90
91
92 version_2_14_1 :
93 {
94     properties :
95     {
96       is_distene : "no"
97       licence : "libSalomeMeshGemsKeyGenerator"
98       incremental : "yes"
99     }
100 }
101
102 version_2_14_1_win :
103 {
104     properties :
105     {
106       is_distene : "no"
107       licence : "libSalomeMeshGemsKeyGenerator"
108       incremental : "yes"
109       single_install_dir : "yes" # aimed to solve sat #18914
110     }
111 }
112
113
114 version_2_13_1 :
115 {
116     properties :
117     {
118       is_distene : "no"
119       licence : "libSalomeMeshGemsKeyGenerator"
120       incremental : "yes"
121     }
122 }
123
124 version_2_13_1_win :
125 {
126     properties :
127     {
128       is_distene : "no"
129       licence : "libSalomeMeshGemsKeyGenerator"
130       incremental : "yes"
131       single_install_dir : "yes" # aimed to solve sat #18914
132     }
133 }
134
135 version_2_9_6 :
136 {
137 }
138
139 version_2_9_6_win :
140 {
141    archive_info : {archive_name : "MeshGems_V2.9.6_windows.tar.gz"}
142 }