Salome HOME
spns #30362: petsc 3.17
[tools/sat_salome.git] / products / gmsh.pyconf
index 92bda0a17fb434acb409b52d43e4ee9972d3140d..ea75b6ed2d6342bd956efdebf88394a2470cd220 100644 (file)
@@ -22,7 +22,23 @@ default :
 
 default_win:
 {
-    depend : ["CAS"]
+    depend : ["CAS", "pthreads"]
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "yes" # aimed to solve sat #18914
+    }
+}
+
+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:
@@ -32,4 +48,4 @@ version_4_1_4:
 version_4_1_4_win:
 {
    patches : ["gmsh_4_1_4-win.patch"]
-}
\ No newline at end of file
+}