Salome HOME
netgen: windows- wrong script name
[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_6_2_2101 :
28 {
29    build_source : "cmake"
30    cmake_options : "cmake -DUSE_GUI=OFF -DUSE_PYTHON=OFF -DUSE_MPI=OFF -DUSE_OCC=ON -DUSE_INTERNAL_TCL=OFF -DBUILD_STUB_FILES=OFF -DOCC_INCLUDE_DIR=$CAS_ROOT_DIR/include/opencascade -DOCC_LIBRARY_DIR=$CAS_ROOT_DIR/lib -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_CXX_STANDARD=17 "
31    patches : ['netgen62ForSalome.patch']
32 }
33
34 version_6_2_2101_win :
35 {
36    build_source : "script"
37    archive_info: {archive_name : "netgen-6.2.2101_cmake-3.16.7.tar.gz"}
38    patches : ['netgen62ForSalome_windows.patch', 'netgen.101.windows.patch']
39    compil_script :  'netgen-6.2.2101.bat'
40    properties :
41    {
42      incremental : "yes"
43      single_install_dir : "no"
44    }
45 }
46
47 version_5_3_1_with_CAS_7_2 :
48 {
49     archive_info : {archive_name : "netgen-5.3.1.tar.gz"}
50     compil_script :  'netgen_5_3_1' + $VARS.scriptExtension
51     patches : ["netgen-5.3.1-for-SALOME-OCCT-7.2.0.patch"]
52 }
53
54 version_5_3_1_with_CAS_7_2_win :
55 {
56    compil_script :  'netgen.bat'
57    patches :  ['netgen53ForSalomeOCCT730.patch','netgen53ForWindows.patch','netgen53ForSalomeVisualStudio2017.patch']
58    properties :
59    {
60      incremental : "yes"
61      single_install_dir : "yes"
62    }
63 }
64
65 version_5_3_1 :
66 {
67     compil_script :  "netgen_5_3_1.sh"
68     archive_info: {archive_name : "netgen-5.3.1.tar.gz"}
69     patches : [ "netgen53ForSalome.patch"]
70 }
71
72 version_4_9_13 :
73 {
74     archive_info:
75     {
76         archive_name : "netgen-4.9.13.tar.gz"
77     }
78     depend : ['CAS', 'tcl', 'tk', "freetype"]
79     patches : [
80                   "netgen49ForSalome.patch"
81                   "netgen-4.9.13_without_togl.patch"
82               ]
83 }
84
85 version_4_9_13_with_CAS7 :
86 {
87     compil_script :  "netgen_CAS7.sh"
88     archive_info:
89     {
90         archive_name : "netgen-4.9.13.tar.gz"
91     }
92     depend : ['CAS', 'tcl', 'tk', "freetype"]
93     patches : [
94                 "netgen-4.9.13_without_togl.patch",
95                 "netgen-4.9.13-for-SALOME_v2.patch",
96                 "netgen-4.9.13-for-SALOME-OCCT7.0.0-Porting.patch",
97                 "netgen-4.9.13-for-OCCT7.0.0-includes.patch"
98               ]
99 }