Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / GMSHPLUGIN.pyconf
1 default :
2 {
3     name : "GMSHPLUGIN"
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/gmshplugin.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
13       }
14     }
15     environ :
16     {
17         _SMESH_MeshersList : "GMSHPlugin"
18         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "gmshplugin"
19     }
20     depend : [
21               "KERNEL", 
22               "GUI",  
23               "SMESH",
24               "gmsh", 
25               "boost", 
26               "Python"
27               ]
28     build_depend : ["cmake", "swig", "doxygen"]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties:
32     {
33         is_SALOME_module : "yes"
34         incremental : "yes"
35     }
36     patches: []
37 }
38
39 version_8_1_0_to_9_1_0 :
40 {
41     name : "GMSHPLUGIN"
42     build_source : "cmake"
43     get_source : "git"
44     git_info:
45     {
46       repositories :
47       {
48         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gmshplugin.git"
49         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
50         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
51       }
52     }
53     environ :
54     {
55     }
56     depend : [
57        "KERNEL", 
58        "GUI",  
59        "SMESH",
60        "MED",
61        "gmsh", 
62        "boost", 
63        "Python"
64               ]
65     build_depend : ["cmake", "swig", "doxygen"]
66     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
67     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
68     properties:
69     {
70         is_SALOME_module : "yes"
71     }
72 }
73
74 version_V7_8_0 :
75 {
76     name : "GMSHPLUGIN"
77     build_source : "autotools"
78     get_source : "git"
79     nb_proc : 4
80     git_info:
81     {
82       repositories :
83       {
84         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gmshplugin.git"
85         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
86         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
87       }
88     }
89     environ :
90     {
91     }
92     depend : [
93        "KERNEL", 
94        "GUI",  
95        "SMESH",
96        "MED",
97        "gmsh", 
98        "boost", 
99        "Python"
100               ]
101     build_depend : ["cmake", "swig", "doxygen"]
102     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
103     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
104     properties:
105     {
106         is_SALOME_module : "yes"
107     }
108 }