Salome HOME
scotch: fix sequential build
[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"
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     environ :
14     {
15         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "openturns"
16     }
17     depend : [
18               'KERNEL',
19               'GUI',
20               'PERSALYS',
21               'gdal',
22               'YACS'
23              ]
24     build_depend : ["cmake", "swig", "doxygen"]
25     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
26     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
27     properties:
28     {
29         has_salome_gui : "yes"
30         is_SALOME_module : "yes"
31         incremental : "yes"
32         has_unit_tests : "yes"
33     }
34 }