Salome HOME
typo fix for MeshGems versions
[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 _from_2_13_0_to_2_99_9 :
39 {
40     properties :
41     {
42       is_distene : "no"
43       licence : "libSalomeMeshGemsKeyGenerator"
44       incremental : "yes"
45     }
46 }
47
48 version_2_9_6 :
49 {
50 }
51
52 version_2_9_6_win :
53 {
54    archive_info : {archive_name : "MeshGems_V2.9.6_windows.tar.gz"}
55 }