Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / HEXABLOCK.pyconf
index 7287c29392c38f2ed79250ff1c34dd6979608163..a9aa7f5ea183cde6c2fce4478e5f6524b9011223 100644 (file)
@@ -38,6 +38,7 @@ default :
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     properties:
     {
+        incremental : "yes"
         has_salome_gui : "yes"
         is_SALOME_module : "yes"
         has_unit_tests
@@ -46,18 +47,7 @@ default :
 
 default_MPI :
 {
-    name : "HEXABLOCK"
-    build_source : "cmake"
-    cmake_options : "-DSALOME_USE_MPI=ON -DCMAKE_CXX_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpic++ DCMAKE_C_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpicc"
-    get_source : "git"
-    git_info:
-    {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/hexablock.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablock.git"
-    }
-    environ :
-    {
-    }
+    cmake_options : "-DSALOME_USE_MPI=ON"
     depend : [
              "KERNEL", 
              "GUI", 
@@ -78,15 +68,6 @@ default_MPI :
              "pytz",    
              "markupsafe",
              "openmpi"
-              ]
-    build_depend : ["cmake", "cppunit"]
-    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
-    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
-    properties:
-    {
-        has_salome_gui : "yes"
-        is_SALOME_module : "yes"
-        has_unit_tests
-    }
+            ]
 }