Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / mmg.pyconf
1 default :
2 {
3     name : "mmg"
4     build_source : "script"
5     compil_script : "mmg" + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ["SMESH"]
12     build_depend : ["cmake"]
13     patches : []
14     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
15     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
16     install_dir : "base"
17     properties:
18     {
19       incremental : "yes"
20     }
21
22
23 default_win:
24 {
25     properties :
26     {
27       incremental : "yes"
28       single_install_dir : "yes" # aimed to solve sat #18914
29     }
30 }
31
32 version_5_6_0 :
33 {
34    compil_script : "mmg-5.6.0.sh"
35    archive_info : {archive_name : "mmg-5.6.0-Linux-4.4.0-170-generic-appli.tar.gz"}
36 }
37
38
39 version_5_6_0_win :
40 {
41    compil_script : "mmg-5.6.0.bat"
42    archive_info : {archive_name : "mmg-5.6.0-Windows-10.0.19042-appli.tar.gz"}
43     properties :
44     {
45       incremental : "yes"
46       single_install_dir : "yes" # aimed to solve sat #18914
47     }
48 }