Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / COREFLOWS_PROFILE.pyconf
1 default :
2 {
3     name : "COREFLOWS_PROFILE"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "/home/salome/GitRepo/" + $name + ".git"
9         repo_dev : $repo
10     }
11     environ :
12     {
13     }
14     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt"]
15     patches : []
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18 }
19