Salome HOME
merge from master
[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         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/visu.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "visu.git"
10     }
11     environ :
12     {          
13     }
14     depend : ["Python",
15               "boost",
16               "CAS",
17               "qt",
18               "qwt",
19               "medfile",
20               "ParaView",
21               "hdf5",
22               "omniORB",
23               "docutils",
24               "KERNEL",
25               "GUI",
26               "MED"
27              ]
28     build_depend : ["swig", "cppunit"]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties:
32     {
33         is_SALOME_module : "yes"
34         has_salome_gui : "yes"
35     }
36 }