]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
SALOME debug: build gmsh in its own directory
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Nov 2022 08:51:33 +0000 (09:51 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Nov 2022 08:51:33 +0000 (09:51 +0100)
applications/SALOME-master-windows.pyconf
products/gmsh.pyconf

index eb1638f4049198c3507bcb93efce4fc75710c2a6..9f36966f0674fb933cff67e1eef69588fe1d51dd 100644 (file)
@@ -208,5 +208,6 @@ __overwrite__ :
     'APPLICATION.products.psutil'     : {tag: '5.7.2',   base: 'no', section : 'version_5_7_2_win_dbg'      }
     'APPLICATION.products.ParaView'   : {tag: '5.11.0',  base: 'no', section : 'version_5_11_0_win_dbg'     }
     'APPLICATION.products.zlib'       : {tag: '1.2.5',   base: 'no', section : 'version_1_2_5_win_dbg'      }
+    'APPLICATION.products.gmsh'       : {tag: '4.10.3',  base: 'no', section : 'version_4_10_3_win_dbg'     }
   }
 ]
index 7ea4405ae945886993eac6f7997a2e92d71537b3..ce678ce08a43fbdd68c72f23395ec0307d3cf5eb 100644 (file)
@@ -41,6 +41,17 @@ version_4_10_3_win:
   patches: ['gmsh-4.10.3-windows.patch']
 }
 
+version_4_10_3_win_dbg:
+{
+  compil_script : "gmsh-4.10.3.bat"
+  patches: ['gmsh-4.10.3-windows.patch']
+  properties :
+  {
+    incremental : "yes"
+    single_install_dir : "no"
+  }
+}
+
 version_4_8_4:
 {
   compil_script : "gmsh-4.8.4.sh"