]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #19079: add topo2volmesher - ongoing task: add it as a PARAVISADDONS plugin
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Sat, 8 Jan 2022 20:34:44 +0000 (21:34 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Sat, 8 Jan 2022 20:34:44 +0000 (21:34 +0100)
applications/SALOME-master.pyconf
products/SMESH.pyconf

index 5c61be4e6b5edc96046a7264adeb101415481d4d..3d6bebf071df024b3ac60682131c9bea124b6ccd 100644 (file)
@@ -117,6 +117,7 @@ APPLICATION :
         tbb : '2019_U8'
         tcl : '8.6.0'
         tk : '8.6.0'
+        topo2volmesh: '0.0.1'
         urllib3 : '1.23'
         URANIE : '4.5.0'
         # SALOME MODULES :
@@ -130,7 +131,7 @@ APPLICATION :
         'MEDCOUPLING'
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH': {tag: 'master', base: 'no', section: 'version_topo2volmesh'}
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
index 0f7d0ac4dd532a91129c69c3f65fb4660b7cec48..c479b231f9a5c0075a862f0ddeea134d4a35bb02 100644 (file)
@@ -120,6 +120,11 @@ default_MPI :
              ]
 }
 
+version_topo2volmesh:
+{
+   patches : ['smesh_spns-19079_topo2volmesh.patch']
+}
+
 version_V9_3_0 :
 {
     cmake_options : "-DSALOME_SMESH_USE_CGNS:BOOL=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_SMESH_DYNLOAD_LOCAL:BOOL=ON -DSALOME_SMESH_BUILD_FRENCH_DOC=OFF"
@@ -222,7 +227,6 @@ version_7_8_0_to_8_4_0 :
               "pytz"
              ]
     nb_proc : 8
-    patches : []
 }
 
 version_V6_6_0 :