Salome HOME
SOLVERLAB for native build should support MPI
[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_8_4:
45 {
46   compil_script : "gmsh-4.8.4.sh"
47 }
48
49 version_4_8_4_win:
50 {
51   compil_script : "gmsh-4.8.4.bat"
52   patches: ['gmsh-4.8.4-windows.patch']
53 }
54
55 version_4_1_4:
56 {
57 }
58
59 version_4_1_4_win:
60 {
61    patches : ["gmsh_4_1_4-win.patch"]
62 }