Salome HOME
spns #42014: add mmgplugin
[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       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pmml.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pmml.git"
12       }
13     }
14     environ :
15     {
16         env_script : $name + ".py"
17     }
18     depend : ["Python", "libxml2"]
19     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
20     opt_depend : []
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26       incremental : "yes"
27       single_install_dir : "no"
28     }
29 }
30
31 default_win :
32 {
33     cmake_options : "-DCPPUNIT_ROOT_DIR=%CPPUNIT_ROOT_DIR:\=/%"
34     properties :
35     {
36       incremental : "yes"
37       single_install_dir : "yes"
38     }
39     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
40 }