]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/EFICAS.pyconf
Salome HOME
[FORUM][Windows] SF #1512 relax precision to 1e-9 on windows
[tools/sat_salome.git] / products / EFICAS.pyconf
1 default :
2 {
3     name : "EFICAS"
4     build_source : "cmake"
5     
6     cmake_options : "-DSALOME_GUI_BUILD_WITH_QT5:BOOL=ON"
7     get_source : "git"
8     git_info:
9     {
10       repositories :
11       {
12         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/eficas.git"
13         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "eficas.git"
14         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/eficas.git"
15       }
16     }
17     environ :
18     {
19       EFICAS_ROOT : $install_dir
20       SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "eficas"
21     }
22     depend : ["KERNEL","GUI","EFICAS_TOOLS"]
23     build_depend : ["cmake"]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     properties:
27     {
28         has_salome_gui : "yes"
29         is_SALOME_module : "yes"
30         has_unit_tests : "no"
31         incremental : 'yes'
32     }
33 }
34
35 default_win:
36 {
37     cmake_options : " -DSALOME_GUI_BUILD_WITH_QT5:BOOL=ON  -DPYTHON_ROOT_DIR=%PYTHON_ROOT_DIR:\=/% -DPYTHON_EXECUTABLE=%PYTHONBIN:\=/% -DPYTHON_INCLUDE_PATH:STRING=%PYTHON_ROOT_DIR:\=/%/include -DPYTHON_LIBRARY=%PYTHON_ROOT_DIR:\=/%/libs/python%PYTHON_VERSION:.=%.lib"
38 }
39
40 version_7_2_0 :
41 {
42     name : "EFICAS"
43     build_source : "script"
44     compil_script :  $name + ".sh"
45     get_source : "archive"
46     git_info:
47     {
48       repositories :
49       {
50         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/eficas.git"
51         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "eficas.git"
52         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/eficas.git"
53       }
54     }
55     environ :
56     {
57       env_script : $name + ".py"
58     }
59     depend : ['Python', 'PyQt']
60     build_depend : ["cmake"]
61     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
62     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
63     install_dir : 'base'
64 }
65