Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[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         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "GHS3DPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "ghs3dplugin"
15     }
16     depend : [
17              "KERNEL",
18              "MEDCOUPLING", 
19              "GEOM", 
20              "SMESH",
21              "Python", 
22              "qt", 
23              "boost", 
24              "CAS", 
25              "hdf5", 
26              "omniORB", 
27              "docutils", 
28              "ParaView", 
29              "MeshGems" 
30               ]
31     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
32     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
33     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
34     properties:
35     {
36         is_SALOME_module : "yes"
37         has_unit_tests
38     }
39 }
40
41 version_V6_6_0 :
42 {
43     name : "GHS3DPLUGIN"
44     build_source : "autotools"
45     get_source : "git"
46     git_info:
47     {
48         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dplugin.git"
49         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dplugin.git"
50     }
51     environ :
52     {
53     }
54     depend : [
55              "KERNEL",
56              "MED", 
57              "GEOM", 
58              "SMESH",
59              "Python", 
60              "qt", 
61              "boost", 
62              "CAS", 
63              "hdf5", 
64              "omniORB", 
65              "docutils", 
66              "ParaView", 
67              "MeshGems" 
68               ]
69     build_depend : ["swig", "doxygen", "cppunit"]
70     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
71     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
72     properties:
73     {
74         is_SALOME_module : "yes"
75         has_unit_tests
76     }
77
78