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