Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / mmgplugin.pyconf
1 default :
2 {
3     name : "mmgplugin"
4     build_source : "cmake"
5     cmake_options : ""
6     get_source : "git"
7     git_info:
8     {
9       repositories :
10       {
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "mmgplugin.git"
12       }
13     }
14     patches : []
15     system_info : 
16     {
17         rpm : []
18         rpm_dev : []
19         apt : []
20         apt_dev : []
21     }
22     environ :
23     {
24        env_script : $name + ".py"
25     }
26     depend : ["SMESH",
27               "mmg",
28               "PyQt",
29               "Python",
30               "numpy"
31              ]
32     build_depend : ["cmake", "cppunit"]
33     opt_depend : []
34     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
35     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
36     install_dir : 'base'
37     properties :
38     {
39       incremental : "yes"
40       single_install_dir : "no"
41     }
42 }
43
44 version_4ea7299:
45 {
46   get_source : "archive"
47   archive_info: {archive_name: 'mmgplugin-4ea7299.tar.gz'}
48   patches : ['mmgplugin-4ea7299-p01_windows.patch']
49 }