Salome HOME
SALOME master application configuration files: use OCCT V7_5_3p5 tag
[tools/sat_salome.git] / products / SOLVERLAB.pyconf
index 0980f8a9c7d155c7fab2310c1947bb6f1d370232..48d18edc36d4b349d7a8754fe49e62b1ec0be415 100644 (file)
@@ -27,7 +27,8 @@ default :
         'GUI',
         'MEDCOUPLING'
     ]
-    build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]   
+    build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]
+    opt_depend : ['packagespy']
     # mscgen
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
@@ -36,7 +37,6 @@ default :
     {
         is_SALOME_module : "yes"
         incremental : "yes"
-        has_salome_gui : "yes"
     }
     patches: []
 }
@@ -60,6 +60,51 @@ default_MPI :
     opt_depend : ['mpi4py']
 }
 
+version_V9_10_0 :
+{
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+}
+
+version_V9_10_0_MPI :
+{
+    depend :
+    [
+        'hdf5',
+        'matplotlib',
+        'medfile',
+        'numpy',
+        'ParaView',
+        'petsc',
+        'Python',
+        'KERNEL',
+        'GUI',
+        'MEDCOUPLING',
+        'openmpi'
+    ]
+    opt_depend : ['mpi4py']
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+}
+
+version_V9_9_0 :
+{
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+}
+
 version_V9_9_0_MPI :
 {
     depend :
@@ -77,4 +122,20 @@ version_V9_9_0_MPI :
         'openmpi'
     ]
     opt_depend : ['mpi4py']
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+}
+
+version_V9_8_0 :
+{
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
 }