Salome HOME
spns #41657: OSCAR UB22.04
[tools/sat_salome.git] / products / VISU.pyconf
1 default :
2 {
3     name : "VISU"
4     build_source : "autotools"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/visu.git"
11         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/visu.git"
12       }
13     }
14     environ :
15     {          
16     }
17     depend : ["Python",
18               "boost",
19               "CAS",
20               "qt",
21               "qwt",
22               "medfile",
23               "ParaView",
24               "hdf5",
25               "omniORB",
26               "docutils",
27               "KERNEL",
28               "GUI",
29               "MED"
30              ]
31     build_depend : ["swig", "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_salome_gui : "yes"
38     }
39 }