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