Salome HOME
merge from master
[tools/sat_salome.git] / products / gmsh.pyconf
index 2fac5a5320fffbb95862b44fdf0b6532064d075d..7ea4405ae945886993eac6f7997a2e92d71537b3 100644 (file)
@@ -8,7 +8,7 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ["CAS","lapack"]
+    depend : ["CAS","lapack","hdf5","medfile"]
     build_depend : ["cmake"]
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
@@ -22,7 +22,23 @@ default :
 
 default_win:
 {
-    depend : ["CAS", "pthreads"]
+    depend : ["CAS", "pthreads","hdf5","medfile"]
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "yes" # aimed to solve sat #18914
+    }
+}
+
+version_4_10_3:
+{
+  compil_script : "gmsh-4.10.3.sh"
+}
+
+version_4_10_3_win:
+{
+  compil_script : "gmsh-4.10.3.bat"
+  patches: ['gmsh-4.10.3-windows.patch']
 }
 
 version_4_8_4:
@@ -33,6 +49,7 @@ version_4_8_4:
 version_4_8_4_win:
 {
   compil_script : "gmsh-4.8.4.bat"
+  patches: ['gmsh-4.8.4-windows.patch']
 }
 
 version_4_1_4: