]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/gmsh.pyconf
Salome HOME
[FORUM][Windows] SF #1512 relax precision to 1e-9 on 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","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_UB24_04:
51 {
52   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
53   compil_script : "gmsh-4.10.3.sh"
54   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
55   patches : ["gmsh-4.10.3-gc13-fc38.patch", "gmsh-4.10.3-occt780.patch"]
56 }
57
58 version_4_10_3_with_CAS_7_8_win:
59 {
60   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
61   compil_script : "gmsh-4.10.3.bat"
62   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
63   patches : ['gmsh-4.10.3-occt780-win.patch']
64 }
65
66 version_4_10_3_with_CAS_7_8_win_dbg:
67 {
68   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
69   compil_script : "gmsh-4.10.3.bat"
70   patches: ['gmsh-4.10.3-occt780-win.patch',
71             'gmsh-4.10.3-windows.patch']
72   properties :
73   {
74     incremental : "yes"
75     single_install_dir : "no"
76   }
77 }
78
79 version_4_10_3_with_CAS_7_8_MPI:
80 {
81   archive_info : {archive_name : "gmsh-4.10.3.tar.gz"}
82   compil_script : "gmsh-4.10.3.sh"
83   depend : ["CAS","lapack","hdf5","medfile", "cgns", "openmpi"]
84   patches : ['gmsh-4.10.3-occt780.patch']
85 }
86
87
88 version_4_10_3:
89 {
90   compil_script : "gmsh-4.10.3.sh"
91   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
92 }
93
94 version_4_10_3_FD38:
95 {
96   compil_script : "gmsh-4.10.3.sh"
97   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
98   patches  : ["gmsh-4.10.3-gc13-fc38.patch"]
99 }
100
101 version_4_10_3_win:
102 {
103   compil_script : "gmsh-4.10.3.bat"
104   patches: ['gmsh-4.10.3-windows.patch']
105   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
106 }
107
108 version_4_10_3_MPI:
109 {
110   compil_script : "gmsh-4.10.3.sh"
111   depend : ["CAS","lapack","hdf5","medfile", "cgns", "openmpi"]
112 }
113
114 version_4_10_3_win_dbg:
115 {
116   depend : ["CAS","lapack","hdf5","medfile", "cgns"]
117   compil_script : "gmsh-4.10.3.bat"
118   patches: ['gmsh-4.10.3-windows.patch']
119   properties :
120   {
121     incremental : "yes"
122     single_install_dir : "no"
123   }
124 }
125
126 version_4_8_4:
127 {
128   compil_script : "gmsh-4.8.4.sh"
129 }
130
131 version_4_8_4_win:
132 {
133   compil_script : "gmsh-4.8.4.bat"
134   patches: ['gmsh-4.8.4-windows.patch']
135 }
136
137 version_4_1_4:
138 {
139 }
140
141 version_4_1_4_win:
142 {
143    patches : ["gmsh_4_1_4-win.patch"]
144 }