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