Salome HOME
spns #20216 delete unsued variable in CMAK
[tools/sat_salome.git] / products / DOCUMENTATION.pyconf
1 default :
2 {
3     name : "DOCUMENTATION"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/documentation.git "
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "documentation.git"
10     }
11     environ :
12     {
13     }
14     # Symlinks option is hidden for Windows thanks to cmake_dependent_option instruction (not used then)
15     cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON -DSALOME_CREATE_SYMLINKS=ON"
16     depend : [
17              "KERNEL", 
18              "Sphinx", 
19              "Python", 
20              "docutils", 
21              "setuptools", 
22              "six", 
23              "pytz", 
24              "markupsafe" 
25              ]
26     # To reduce the (long) list, we only declare tip of the dependencies tree (for instance, SMESH will be automatically used through its plugins)
27     opt_depend : [SHAPER, PARAVIS, HEXABLOCK, HELLO, PYHELLO, ADAO, HOMARD, JOBMANAGER, BLSURFPLUGIN, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, HYBRIDPLUGIN, HexoticPLUGIN, NETGENPLUGIN]
28     build_depend : ["cmake", "doxygen"]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties :    
32     {
33         is_SALOME_module : "yes"
34     }
35 }