Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / CALCULATOR.pyconf
1 default :
2 {
3     name : "CALCULATOR"
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/calculator.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "calculator.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/calculator.git"
13       }
14     }
15     environ :
16     {
17         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "calculator"
18     }
19     depend : 
20             [
21              "KERNEL", 
22              "MEDCOUPLING", 
23              "FIELDS",
24              "Python",  
25              "qt",  
26              "boost",  
27              "CAS",  
28              "hdf5",  
29              "medfile",  
30              "omniORB"
31     ]
32     build_depend : ["cmake", "swig", "cppunit"]
33     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
34     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
35     properties:
36     {
37         is_SALOME_module : "yes"
38     }
39 }
40
41 version_6_6_0_to_9_1_0 :
42 {
43     name : "CALCULATOR"
44     build_source : "cmake"
45     get_source : "git"
46     git_info:
47     {
48       repositories :
49       {
50         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/calculator.git"
51         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "calculator.git"
52         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/calculator.git"
53       }
54     }
55     environ :
56     {
57     }
58     depend : 
59             [
60              "KERNEL", 
61              "MEDCOUPLING", 
62              "MED",
63              "Python",  
64              "qt",  
65              "boost",  
66              "CAS",  
67              "hdf5",  
68              "medfile",  
69              "omniORB"
70     ]
71     build_depend : ["cmake", "swig", "cppunit"]
72     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
73     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
74     properties:
75     {
76         is_SALOME_module : "yes"
77     }
78 }