Salome HOME
d181118ea6bceb24284e4d236bd041c773be8862
[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       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/documentation.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "documentation.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/documentation.git"
13       }
14     }
15     environ :
16     {
17     }
18     cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON -DSALOME_CREATE_SYMLINKS=ON -DSALOME_RELATIVE_SYMLINKS=ON"
19     depend : [
20              "KERNEL", 
21              "Sphinx", 
22              "Python", 
23              "docutils", 
24              "setuptools", 
25              "six", 
26              "pytz", 
27              "markupsafe" 
28              ]
29     # To reduce the (long) list, we only declare tip of the dependencies tree (for instance, SMESH will be automatically used through its plugins)
30     opt_depend : [SHAPER, PARAVIS, HEXABLOCK, HELLO, PYHELLO, ADAO, HOMARD, JOBMANAGER, BLSURFPLUGIN, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, HYBRIDPLUGIN, HexoticPLUGIN, NETGENPLUGIN]
31     build_depend : ["cmake", "doxygen"]
32     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
33     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
34     properties :    
35     {
36         is_SALOME_module : "yes"
37         incremental : "yes"
38     }
39 }
40
41 default_win :
42 {
43     cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
44 }
45
46 version_6_6_0_to_9_7_0 :
47 {
48     cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
49 }