Salome HOME
bos #24596: windows MeshGems : '2.13-1'
[tools/sat_salome.git] / products / YACS.pyconf
1 default :
2 {
3     name : "YACS"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/yacs.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "yacs.git"
10     }
11     environ :
12     {
13         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "yacs"
14     }
15     depend : [
16               "KERNEL",
17               "GUI", 
18               "Python", 
19               "qt", 
20               "boost", 
21               "omniORB", 
22               "docutils",
23               "graphviz",
24               "libxml2", 
25               "Sphinx", 
26               "Jinja2", 
27               "setuptools", 
28               "Pygments", 
29               "six", 
30               "pytz", 
31               "markupsafe"
32               ]
33     opt_depend : ['pmml']
34     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
35
36     patches : [
37                "yacs_cea_v2.patch" 
38               ]
39
40     nb_proc : 4
41     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
42     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
43     properties:
44     {
45         has_salome_gui : "yes"
46         is_SALOME_module : "yes"
47         has_unit_tests
48         incremental : "yes"
49     }
50
51
52 # bug in cmake for multi proc compilation
53 from_7_7_0_to_8_5_0 :
54 {
55     nb_proc : 1
56
57
58 # autotools are used for version 6
59 # do not depend upon six, pytz, markupsafe
60 version_V6_6_0 :
61 {
62     build_source : "autotools"
63     depend : [
64               "KERNEL",
65               "GUI", 
66               "Python", 
67               "qt", 
68               "boost", 
69               "omniORB", 
70               "docutils", 
71               "graphviz",
72               "libxml2", 
73               "Sphinx", 
74               "Jinja2", 
75               "setuptools", 
76               "Pygments"
77               ]
78     build_depend : ["swig", "doxygen", "cppunit"]
79