Salome HOME
SOLVERLAB - add CoreFlows standalone GUI application
[tools/sat_salome.git] / products / netgen.pyconf
1 default :
2 {
3     name : "netgen"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['CAS', 'tcl', 'tk']
12     patches : [ ]
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
15     install_dir : 'base'
16     properties :
17     {
18       incremental : "yes"
19     }
20 }
21
22 default_win:
23 {
24    depend : ['CAS','zlib','tcltk']
25 }
26
27 version_5_3_1_with_CAS_7_2 :
28 {
29     archive_info : {archive_name : "netgen-5.3.1.tar.gz"}
30     compil_script :  'netgen_5_3_1' + $VARS.scriptExtension
31     patches : ["netgen-5.3.1-for-SALOME-OCCT-7.2.0.patch"]
32 }
33
34 version_5_3_1_with_CAS_7_2_win :
35 {
36    compil_script :  'netgen.bat'
37    patches :  ['netgen53ForSalomeOCCT730.patch','netgen53ForWindows.patch','netgen53ForSalomeVisualStudio2017.patch']
38    properties :
39    {
40      incremental : "yes"
41      single_install_dir : "yes"
42    }
43 }
44
45 version_5_3_1 :
46 {
47     compil_script :  "netgen_5_3_1.sh"
48     archive_info: {archive_name : "netgen-5.3.1.tar.gz"}
49     patches : [ "netgen53ForSalome.patch"]
50 }
51
52 version_4_9_13 :
53 {
54     archive_info:
55     {
56         archive_name : "netgen-4.9.13.tar.gz"
57     }
58     depend : ['CAS', 'tcl', 'tk', "freetype"]
59     patches : [
60                   "netgen49ForSalome.patch"
61                   "netgen-4.9.13_without_togl.patch"
62               ]
63 }
64
65 version_4_9_13_with_CAS7 :
66 {
67     compil_script :  "netgen_CAS7.sh"
68     archive_info:
69     {
70         archive_name : "netgen-4.9.13.tar.gz"
71     }
72     depend : ['CAS', 'tcl', 'tk', "freetype"]
73     patches : [
74                 "netgen-4.9.13_without_togl.patch",
75                 "netgen-4.9.13-for-SALOME_v2.patch",
76                 "netgen-4.9.13-for-SALOME-OCCT7.0.0-Porting.patch",
77                 "netgen-4.9.13-for-OCCT7.0.0-includes.patch"
78               ]
79 }