Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / OPENTURNS_SALOME.pyconf
1 default :
2 {
3     name : "OPENTURNS"
4     build_source : "cmake"
5     cmake_options: " -DOTGUI_ROOT_DIR=$PERSALYS_ROOT_DIR -DOPENTURNS_HOME=${OT_ROOT_DIR} "
6     compil_script :  $name + "-" + $APPLICATION.products.OPENTURNS_SALOME + $VARS.scriptExtension
7     get_source : "git"
8     git_info:
9     {
10         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/openturns_salome.git"
11         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "openturns_salome.git"
12     }
13     archive_info :
14     {
15        archive_name : "OPENTURNS_SALOME.tgz"
16     }
17     environ :
18     {
19         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "openturns"
20     }
21     depend : [
22               'KERNEL',
23               'GUI',
24               'PERSALYS',
25               'gdal',
26               'YACS'
27              ]
28     build_depend : ["cmake", "swig", "doxygen"]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties:
32     {
33         has_salome_gui : "yes"
34         is_SALOME_module : "yes"
35         incremental : "yes"
36         has_unit_tests : "yes"
37     }
38     patches : []
39 }
40
41 default_win :
42 {
43     name : "OPENTURNS"
44     build_source : "script"
45     compil_script : "OPENTURNS_SALOME.bat"
46     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "OPENTURNS_SALOME"
47     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
48     depend : [
49               'KERNEL',
50               'GUI',
51               'PERSALYS',
52               'YACS',
53               'openturns'
54              ]
55     patches : []
56 }