Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / PYCALCULATOR.pyconf
1 default :
2 {
3     name : "PYCALCULATOR"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pycalculator.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pycalculator.git"
10     }
11     environ :
12     {
13     }
14     depend : [
15         "KERNEL",
16         "MEDCOUPLING",
17         "FIELDS",
18         "Python",
19         "medfile",
20         "omniORB",
21     ]
22     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     properties:
26     {
27        incremental : "yes"
28        is_SALOME_module : "yes"
29     }
30 }
31
32 version_6_6_0_to_9_1_0 :
33 {
34     depend : [
35         "KERNEL",
36         "MEDCOUPLING",
37         "MED",
38         "Python",
39         "medfile",
40         "omniORB",
41     ]
42 }