]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Modify DOCUMENTATION product to use symlinks and to simplify optional dependencies
authorqc784398 <quentin.cozette@cea.fr>
Fri, 30 Apr 2021 14:56:25 +0000 (16:56 +0200)
committerqc784398 <quentin.cozette@cea.fr>
Fri, 30 Apr 2021 14:56:25 +0000 (16:56 +0200)
products/DOCUMENTATION.pyconf

index 1582697a36b47842c733dc43844dfd0879b00585..59abb67c49d9f5b6d3503cbe3c6edba52ba9862a 100644 (file)
@@ -11,7 +11,8 @@ default :
     environ :
     {
     }
-    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
+    # Symlinks option is hidden for Windows thanks to cmake_dependent_option instruction (not used then)
+    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON -DSALOME_CREATE_SYMLINKS=ON"
     depend : [
              "KERNEL", 
              "Sphinx", 
@@ -22,7 +23,8 @@ 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