Salome HOME
merge from master
[tools/sat_salome.git] / products / gmsh.pyconf
index 54f30fdbe40aae3b9c889d87be3f45a29e145939..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"]
+    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:
@@ -30,6 +46,12 @@ version_4_8_4:
   compil_script : "gmsh-4.8.4.sh"
 }
 
+version_4_8_4_win:
+{
+  compil_script : "gmsh-4.8.4.bat"
+  patches: ['gmsh-4.8.4-windows.patch']
+}
+
 version_4_1_4:
 {
 }