Salome HOME
add med file support
[tools/sat_salome.git] / products / HEXABLOCK.pyconf
index a9aa7f5ea183cde6c2fce4478e5f6524b9011223..e305066596c7754ab6e6be54c099c88c0284ab6a 100644 (file)
@@ -43,6 +43,7 @@ default :
         is_SALOME_module : "yes"
         has_unit_tests
     }
+    patches: []
 } 
 
 default_MPI :
@@ -71,3 +72,38 @@ default_MPI :
             ]
 } 
 
+version_V9_9_0_MPI :
+{
+    cmake_options : "-DSALOME_USE_MPI=ON"
+    depend : [
+             "KERNEL", 
+             "GUI", 
+             "GEOM",
+             "boost", 
+             "CAS", 
+             "Python", 
+             "omniORB", 
+             "qt", 
+             "ParaView", 
+             "docutils", 
+             "libxml2", 
+             "Sphinx", 
+             "Jinja2", 
+             "setuptools", 
+             "Pygments", 
+             "six", 
+             "pytz",    
+             "markupsafe",
+             "openmpi"
+            ]
+} 
+
+version_V9_9_0_UB22_04 :
+{
+    patches: ['SPNS-29880-HEXABLOCK_V9_9_0.patch']
+}
+
+version_V9_9_0_FD36 :
+{
+    patches: ['SPNS-29880-HEXABLOCK_V9_9_0.patch']
+}