Salome HOME
merge from master
[tools/sat_salome.git] / products / DOCUMENTATION.pyconf
index 1582697a36b47842c733dc43844dfd0879b00585..9e8aa361db56266776a8274787eb4a1bea1cb29f 100644 (file)
@@ -11,7 +11,7 @@ default :
     environ :
     {
     }
-    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
+    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON -DSALOME_CREATE_SYMLINKS=ON -DSALOME_RELATIVE_SYMLINKS=ON"
     depend : [
              "KERNEL", 
              "Sphinx", 
@@ -22,12 +22,24 @@ default :
              "pytz", 
              "markupsafe" 
              ]
-    opt_depend : [BLSURFPLUGIN, EFICAS, GEOM, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, GUI, HELLO, HEXABLOCK, HYBRIDPLUGIN, HexoticPLUGIN, JOBMANAGER, NETGENPLUGIN, PYHELLO, SHAPER, SMESH, YACS]
+    # To reduce the (long) list, we only declare tip of the dependencies tree (for instance, SMESH will be automatically used through its plugins)
+    opt_depend : [SHAPER, PARAVIS, HEXABLOCK, HELLO, PYHELLO, ADAO, HOMARD, JOBMANAGER, BLSURFPLUGIN, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, HYBRIDPLUGIN, HexoticPLUGIN, NETGENPLUGIN]
     build_depend : ["cmake", "doxygen"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     properties :    
     {
         is_SALOME_module : "yes"
+        incremental : "yes"
     }
 }
+
+default_win :
+{
+    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
+}
+
+version_6_6_0_to_9_7_0 :
+{
+    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
+}
\ No newline at end of file