]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/BLSURFPLUGIN.pyconf
Salome HOME
[FORUM][Windows] SF #1512 relax precision to 1e-9 on windows
[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       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
13       }
14     }
15     environ :
16     {
17         _SMESH_MeshersList : "BLSURFPlugin"
18         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "blsurfplugin"
19     }
20     depend : [
21              "KERNEL",
22              "GEOM", 
23              "SMESH",
24              "Python", 
25              "qt", 
26              "boost", 
27              "CAS", 
28              "hdf5", 
29              "omniORB", 
30              "docutils", 
31              "ParaView",
32              "MeshGems" 
33               ]
34     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
35     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
36     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
37     properties:
38     {
39         is_SALOME_module : "yes"
40         has_unit_tests
41     }
42 }
43
44 version_V8_4_0 :
45 {
46     name : "BLSURFPLUGIN"
47     build_source : "cmake"
48     get_source : "git"
49     git_info:
50     {
51       repositories :
52       {
53         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
54         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
55         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
56       }
57     }
58     environ :
59     {
60     }
61     depend : [
62              "KERNEL",
63              "GEOM", 
64              "SMESH",
65              "Python", 
66              "qt", 
67              "boost", 
68              "CAS", 
69              "hdf5", 
70              "omniORB", 
71              "docutils", 
72              "ParaView", 
73              "MeshGems" 
74               ]
75     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
76     patches : ["BLSURFPLUGIN_8_4_0.patch"]
77     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
78     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
79     properties:
80     {
81         is_SALOME_module : "yes"
82         has_unit_tests
83     }
84 }
85
86 version_V6_6_0 :
87 {
88     name : "BLSURFPLUGIN"
89     build_source : "autotools"
90     get_source : "git"
91     git_info:
92     {
93       repositories :
94       {
95         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
96         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
97         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
98       }
99     }
100     environ :
101     {
102     }
103     depend : [
104              "KERNEL",
105              "MED",
106              "GEOM", 
107              "SMESH",
108              "Python", 
109              "qt", 
110              "boost", 
111              "CAS", 
112              "hdf5", 
113              "omniORB", 
114              "docutils", 
115              "ParaView", 
116              "MeshGems" 
117               ]
118     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
119     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
120     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
121     properties:
122     {
123         is_SALOME_module : "yes"
124         has_unit_tests
125     }
126