Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[tools/sat_salome.git] / products / SOLVERLAB.pyconf
index 700f1a643125792557b9c3b2c9275bb408a38f64..51499caf4c8c5f57e2eeed9bc7d82ead0f7ba90e 100644 (file)
@@ -6,10 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/spns/SolverLab.git"
+        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/solverlab.git"
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "solverlab.git"
     }
     environ :
     {
+       SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "solverlab"
        env_script : $name + ".py"
     }
     depend : 
@@ -21,11 +23,37 @@ default :
         'ParaView', 
         'petsc', 
         'Python', 
-        'MEDCOUPLING', 
+        'KERNEL',
+        'GUI',
+        'MEDCOUPLING'
     ]
     build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]   
     # mscgen
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     nb_proc : 1
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+}
+
+default_MPI :
+{
+    depend :
+    [
+        'hdf5',
+        'matplotlib',
+        'medfile',
+        'numpy',
+        'ParaView',
+        'petsc',
+        'Python',
+        'KERNEL',
+        'GUI',
+        'MEDCOUPLING',
+        'openmpi'
+    ]
 }