Salome HOME
TTK: Debian 9 - -DTTK_ENABLE_CPU_OPTIMIZATION=OFF
[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     cmake_options : ""
52     patches : ["yacs_cea_v2.patch"]
53 }
54
55 # bug in cmake for multi proc compilation
56 from_7_7_0_to_8_5_0 :
57 {
58     cmake_options : ""
59     nb_proc : 1
60
61
62 # autotools are used for version 6
63 # do not depend upon six, pytz, markupsafe
64 version_V6_6_0 :
65 {
66     build_source : "autotools"
67     depend : [
68               "KERNEL",
69               "GUI", 
70               "Python", 
71               "qt", 
72               "boost", 
73               "omniORB", 
74               "docutils", 
75               "graphviz",
76               "libxml2", 
77               "Sphinx", 
78               "Jinja2", 
79               "setuptools", 
80               "Pygments"
81               ]
82     build_depend : ["swig", "doxygen", "cppunit"]
83