Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / products / GEOM.pyconf
1 GEOM :
2 {
3         name : "GEOM"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "http://git.salome-platform.org/gitpub/modules/geom.git"
9         repo_dev : $SITE.prepare.default_git_server_dev + $VARS.sep + $name
10     }
11     environ :
12     {
13     }
14     depend : ["KERNEL",
15                           "GUI",
16                           "boost",
17                           "CAS",
18                           "Python",
19                           "swig",
20                           "hdf5",
21                           "omniORB",
22                           "qt",
23                           "ParaView",
24                           "doxygen",
25                           "graphviz",
26                           "docutils",
27                           "Sphinx",
28                           "Jinja2",
29                           "setuptools",
30                           "Pygments",
31                           "cppunit",
32                           "opencv",
33                           "six",
34                           "pytz"]
35     type : "salome"
36     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
37     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
38 }