Salome HOME
spns #20273 REX compilation 9.6.0 rc1 sur Debian 10
[tools/sat_salome.git] / products / TRIOCFD_PROFILE.pyconf
1 default :
2 {
3     name : "TRIOCFD_PROFILE"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "https://codev-tuleap.intra.cea.fr/plugins/git/triocfd/triocfd-ihm-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 + "triocfd_profile"
14     }
15     depend : ['Python', 'Sphinx', 'qt', 'KERNEL', 'GUI']
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     install_dir : 'base'
19     properties:
20     {
21         is_SALOME_module : "yes"
22     }
23 }
24