Salome HOME
graphviz: fix
[tools/sat_salome.git] / products / BLSURFPLUGIN.pyconf
1 default :
2 {
3     name : "BLSURFPLUGIN"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "BLSURFPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "blsurfplugin"
15     }
16     depend : [
17              "KERNEL",
18              "GEOM", 
19              "SMESH",
20              "Python", 
21              "qt", 
22              "boost", 
23              "CAS", 
24              "hdf5", 
25              "omniORB", 
26              "docutils", 
27              "ParaView",
28              "MeshGems" 
29               ]
30     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
31     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
32     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
33     properties:
34     {
35         is_SALOME_module : "yes"
36         has_unit_tests
37     }
38 }
39
40 version_V8_4_0 :
41 {
42     name : "BLSURFPLUGIN"
43     build_source : "cmake"
44     get_source : "git"
45     git_info:
46     {
47         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
48         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
49     }
50     environ :
51     {
52     }
53     depend : [
54              "KERNEL",
55              "GEOM", 
56              "SMESH",
57              "Python", 
58              "qt", 
59              "boost", 
60              "CAS", 
61              "hdf5", 
62              "omniORB", 
63              "docutils", 
64              "ParaView", 
65              "MeshGems" 
66               ]
67     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
68     patches : ["BLSURFPLUGIN_8_4_0.patch"]
69     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
70     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
71     properties:
72     {
73         is_SALOME_module : "yes"
74         has_unit_tests
75     }
76 }
77
78 version_V6_6_0 :
79 {
80     name : "BLSURFPLUGIN"
81     build_source : "autotools"
82     get_source : "git"
83     git_info:
84     {
85         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
86         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
87     }
88     environ :
89     {
90     }
91     depend : [
92              "KERNEL",
93              "MED",
94              "GEOM", 
95              "SMESH",
96              "Python", 
97              "qt", 
98              "boost", 
99              "CAS", 
100              "hdf5", 
101              "omniORB", 
102              "docutils", 
103              "ParaView", 
104              "MeshGems" 
105               ]
106     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
107     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
108     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
109     properties:
110     {
111         is_SALOME_module : "yes"
112         has_unit_tests
113     }
114