Salome HOME
spns #42014: add mmgplugin
[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       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pycalculator.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pycalculator.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/pycalculator.git"
13       }
14     }
15     environ :
16     {
17     }
18     depend : [
19         "KERNEL",
20         "MEDCOUPLING",
21         "FIELDS",
22         "Python",
23         "medfile",
24         "omniORB",
25     ]
26     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
27     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
28     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
29     properties:
30     {
31        incremental : "yes"
32        is_SALOME_module : "yes"
33     }
34 }
35
36 version_6_6_0_to_9_1_0 :
37 {
38     depend : [
39         "KERNEL",
40         "MEDCOUPLING",
41         "MED",
42         "Python",
43         "medfile",
44         "omniORB",
45     ]
46 }