Salome HOME
spns #42014: add mmgplugin
[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     post_script: "fix_permissions.sh"
22
23
24 default_win:
25 {
26     depend : ["CAS", "pthreads","hdf5","medfile"]
27     properties :
28     {
29       incremental : "yes"
30       single_install_dir : "yes" # aimed to solve sat #18914
31     }
32 }
33
34 version_4_10_3_with_CAS_7_8:
35 {
36   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
37   compil_script : "gmsh-4.10.3.sh"
38   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
39   patches : ['gmsh-4.10.3-occt780.patch']
40 }
41
42 version_4_10_3_with_CAS_7_8_FD38:
43 {
44   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
45   compil_script : "gmsh-4.10.3.sh"
46   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
47   patches : ["gmsh-4.10.3-gc13-fc38.patch", "gmsh-4.10.3-occt780.patch"]
48 }
49
50 version_4_10_3_with_CAS_7_8_win:
51 {
52   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
53   compil_script : "gmsh-4.10.3.bat"
54   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
55   patches : ['gmsh-4.10.3-occt780-win.patch']
56 }
57
58 version_4_10_3:
59 {
60   compil_script : "gmsh-4.10.3.sh"
61   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
62 }
63
64 version_4_10_3_FD38:
65 {
66   compil_script : "gmsh-4.10.3.sh"
67   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
68   patches  : ["gmsh-4.10.3-gc13-fc38.patch"]
69 }
70
71 version_4_10_3_win:
72 {
73   compil_script : "gmsh-4.10.3.bat"
74   patches: ['gmsh-4.10.3-windows.patch']
75   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
76 }
77
78 version_4_10_3_MPI:
79 {
80   compil_script : "gmsh-4.10.3.sh"
81   depend : ["CAS","lapack","hdf5","medfile", "cgns", "openmpi"]
82 }
83
84 version_4_10_3_win_dbg:
85 {
86   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
87   compil_script : "gmsh-4.10.3.bat"
88   patches: ['gmsh-4.10.3-windows.patch']
89   properties :
90   {
91     incremental : "yes"
92     single_install_dir : "no"
93   }
94 }
95
96 version_4_8_4:
97 {
98   compil_script : "gmsh-4.8.4.sh"
99 }
100
101 version_4_8_4_win:
102 {
103   compil_script : "gmsh-4.8.4.bat"
104   patches: ['gmsh-4.8.4-windows.patch']
105 }
106
107 version_4_1_4:
108 {
109 }
110
111 version_4_1_4_win:
112 {
113    patches : ["gmsh_4_1_4-win.patch"]
114 }