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