Salome HOME
add GMSH+GMSHPLUGIN windows
[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"]
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     patches: []
22
23
24 default_win:
25 {
26     depend : ["CAS", "pthreads"]
27 }
28
29 version_4_8_4:
30 {
31   compil_script : "gmsh-4.8.4.sh"
32 }
33
34 version_4_8_4_win:
35 {
36   compil_script : "gmsh-4.8.4.bat"
37   patches: ['gmsh-4.8.4-windows.patch']
38 }
39
40 version_4_1_4:
41 {
42 }
43
44 version_4_1_4_win:
45 {
46    patches : ["gmsh_4_1_4-win.patch"]
47 }