Salome HOME
1582697a36b47842c733dc43844dfd0879b00585
[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     cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
15     depend : [
16              "KERNEL", 
17              "Sphinx", 
18              "Python", 
19              "docutils", 
20              "setuptools", 
21              "six", 
22              "pytz", 
23              "markupsafe" 
24              ]
25     opt_depend : [BLSURFPLUGIN, EFICAS, GEOM, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, GUI, HELLO, HEXABLOCK, HYBRIDPLUGIN, HexoticPLUGIN, JOBMANAGER, NETGENPLUGIN, PYHELLO, SHAPER, SMESH, YACS]
26     build_depend : ["cmake", "doxygen"]
27     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
28     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
29     properties :    
30     {
31         is_SALOME_module : "yes"
32     }
33 }