Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[tools/sat_salome.git] / products / SOLVERLAB.pyconf
index 2aec4793b8798bc3f3ebddafdb3de24e3f0ab5f5..51499caf4c8c5f57e2eeed9bc7d82ead0f7ba90e 100644 (file)
@@ -11,6 +11,7 @@ default :
     }
     environ :
     {
+       SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "solverlab"
        env_script : $name + ".py"
     }
     depend : 
@@ -22,7 +23,9 @@ default :
         'ParaView', 
         'petsc', 
         'Python', 
-        'MEDCOUPLING', 
+        'KERNEL',
+        'GUI',
+        'MEDCOUPLING'
     ]
     build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]   
     # mscgen
@@ -33,6 +36,7 @@ default :
     {
         is_SALOME_module : "yes"
         incremental : "yes"
+        has_salome_gui : "yes"
     }
 }
 
@@ -47,7 +51,9 @@ default_MPI :
         'ParaView',
         'petsc',
         'Python',
+        'KERNEL',
+        'GUI',
         'MEDCOUPLING',
         'openmpi'
     ]
-}
\ No newline at end of file
+}