Salome HOME
PARAVIS ALAMOS section - FIELDS dependency
[tools/sat_salome.git] / products / ALAMOS_PROFILE.pyconf
1 default :
2 {
3     name : "ALAMOS_PROFILE"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "https://codev-tuleap.intra.cea.fr/plugins/git/alamos/ALAMOS-profile.git"
9         repo_dev : $repo
10     }
11     environ :
12     {
13         _SalomeAppConfig : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "alamos_profile"
14     }
15     depend : ['Python', 'Sphinx', 'qt', 'KERNEL', 'GUI']
16     opt_depend : ['sphinx_rtd_theme']
17     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
18     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
19     properties:
20     {
21         is_SALOME_module : "yes"
22         is_salome_application : "yes"
23         incremental : "yes"
24     }
25     patches : []
26 }
27
28 default_win :
29 {
30     cmake_options : "-DCMAKE_GENERATOR=\"Visual Studio 15 2017 Win64\""
31 }