Salome HOME
openMPI fix
[tools/sat_salome.git] / products / pmml.pyconf
1 default :
2 {
3     name : "pmml"
4     build_source : "cmake"
5     get_source : "git"
6     git_info :
7     {
8         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pmml.git"
9         repo     : $repo_dev
10     }
11     environ :
12     {
13         env_script : $name + ".py"
14     }
15     depend : ["Python", "libxml2"]
16     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
17     opt_depend : []
18     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
19     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
20     install_dir : 'base'
21     properties :
22     {
23       incremental : "yes"
24       single_install_dir : "no"
25     }
26 }
27
28 default_win :
29 {
30     cmake_options : "-DCPPUNIT_ROOT_DIR=%CPPUNIT_ROOT_DIR:\=/%"
31     properties :
32     {
33       incremental : "yes"
34       single_install_dir : "yes"
35     }
36     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
37 }