Salome HOME
use SAT_<product>_IS_NATIVE for cminpack 1.3.6
[tools/sat_salome.git] / products / gmsh.pyconf
index c75f8f754253322fa62d69b2e1c37dfbde542f3b..ea75b6ed2d6342bd956efdebf88394a2470cd220 100644 (file)
@@ -19,3 +19,33 @@ default :
       incremental : "yes"
     }
 } 
+
+default_win:
+{
+    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:
+{
+}
+
+version_4_1_4_win:
+{
+   patches : ["gmsh_4_1_4-win.patch"]
+}