]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/gmsh.pyconf
Salome HOME
SALOME debug: build gmsh in its own directory
[tools/sat_salome.git] / products / gmsh.pyconf
1 default :
2 {
3     name : "gmsh"
4     build_source : "script"
5     compil_script : "gmsh" + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ["CAS","lapack","hdf5","medfile"]
12     build_depend : ["cmake"]
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       incremental : "yes"
20     }
21
22
23 default_win:
24 {
25     depend : ["CAS", "pthreads","hdf5","medfile"]
26     properties :
27     {
28       incremental : "yes"
29       single_install_dir : "yes" # aimed to solve sat #18914
30     }
31 }
32
33 version_4_10_3:
34 {
35   compil_script : "gmsh-4.10.3.sh"
36 }
37
38 version_4_10_3_win:
39 {
40   compil_script : "gmsh-4.10.3.bat"
41   patches: ['gmsh-4.10.3-windows.patch']
42 }
43
44 version_4_10_3_win_dbg:
45 {
46   compil_script : "gmsh-4.10.3.bat"
47   patches: ['gmsh-4.10.3-windows.patch']
48   properties :
49   {
50     incremental : "yes"
51     single_install_dir : "no"
52   }
53 }
54
55 version_4_8_4:
56 {
57   compil_script : "gmsh-4.8.4.sh"
58 }
59
60 version_4_8_4_win:
61 {
62   compil_script : "gmsh-4.8.4.bat"
63   patches: ['gmsh-4.8.4-windows.patch']
64 }
65
66 version_4_1_4:
67 {
68 }
69
70 version_4_1_4_win:
71 {
72    patches : ["gmsh_4_1_4-win.patch"]
73 }