Salome HOME
Windows: use 64 bits IDS as default for both MEDCOUPLING-master and SALOME-master...
[tools/sat_salome.git] / products / SALOME_FORMATION_PROFILE.pyconf
1 default :
2 {
3     name : "SALOME_FORMATION_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         launch : {
14                     "SalomeAppConfig" : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "salome_formation_profile"
15                  }
16     }
17     depend : ["KERNEL", "GUI", "Python", "Sphinx", "qt"]
18     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
19     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
20     properties:
21     {
22         is_SALOME_module : "yes"
23         has_gui : "yes"
24     }
25 }