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