Salome HOME
add med file support
[tools/sat_salome.git] / products / gmsh.pyconf
index ea75b6ed2d6342bd956efdebf88394a2470cd220..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,7 @@ default :
 
 default_win:
 {
-    depend : ["CAS", "pthreads"]
+    depend : ["CAS", "pthreads","hdf5","medfile"]
     properties :
     {
       incremental : "yes"
@@ -30,6 +30,17 @@ default_win:
     }
 }
 
+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:
 {
   compil_script : "gmsh-4.8.4.sh"