Salome HOME
SOLVERLAB - add CoreFlows standalone GUI application
[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     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
34
35     patches : [
36                "yacs_cea_v2.patch" 
37               ]
38
39     nb_proc : 4
40     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
41     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
42     properties:
43     {
44         has_salome_gui : "yes"
45         is_SALOME_module : "yes"
46         has_unit_tests
47         incremental : "yes"
48     }
49
50
51 # bug in cmake for multi proc compilation
52 from_7_7_0_to_8_5_0 :
53 {
54     nb_proc : 1
55
56
57 # autotools are used for version 6
58 # do not depend upon six, pytz, markupsafe
59 version_V6_6_0 :
60 {
61     build_source : "autotools"
62     depend : [
63               "KERNEL",
64               "GUI", 
65               "Python", 
66               "qt", 
67               "boost", 
68               "omniORB", 
69               "docutils", 
70               "graphviz",
71               "libxml2", 
72               "Sphinx", 
73               "Jinja2", 
74               "setuptools", 
75               "Pygments"
76               ]
77     build_depend : ["swig", "doxygen", "cppunit"]
78