Salome HOME
bos #18711 [CEA 18704] COTECH action 117.4: NETGEN 6 Integration in SALOME
[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_2102 :
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 "
31 }
32
33 version_6_2_2007 :
34 {
35    build_source : "cmake"
36    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 "
37 }
38
39 version_5_3_1_with_CAS_7_2 :
40 {
41     archive_info : {archive_name : "netgen-5.3.1.tar.gz"}
42     compil_script :  'netgen_5_3_1' + $VARS.scriptExtension
43     patches : ["netgen-5.3.1-for-SALOME-OCCT-7.2.0.patch"]
44 }
45
46 version_5_3_1_with_CAS_7_2_win :
47 {
48    compil_script :  'netgen.bat'
49    patches :  ['netgen53ForSalomeOCCT730.patch','netgen53ForWindows.patch','netgen53ForSalomeVisualStudio2017.patch']
50    properties :
51    {
52      incremental : "yes"
53      single_install_dir : "yes"
54    }
55 }
56
57 version_5_3_1 :
58 {
59     compil_script :  "netgen_5_3_1.sh"
60     archive_info: {archive_name : "netgen-5.3.1.tar.gz"}
61     patches : [ "netgen53ForSalome.patch"]
62 }
63
64 version_4_9_13 :
65 {
66     archive_info:
67     {
68         archive_name : "netgen-4.9.13.tar.gz"
69     }
70     depend : ['CAS', 'tcl', 'tk', "freetype"]
71     patches : [
72                   "netgen49ForSalome.patch"
73                   "netgen-4.9.13_without_togl.patch"
74               ]
75 }
76
77 version_4_9_13_with_CAS7 :
78 {
79     compil_script :  "netgen_CAS7.sh"
80     archive_info:
81     {
82         archive_name : "netgen-4.9.13.tar.gz"
83     }
84     depend : ['CAS', 'tcl', 'tk', "freetype"]
85     patches : [
86                 "netgen-4.9.13_without_togl.patch",
87                 "netgen-4.9.13-for-SALOME_v2.patch",
88                 "netgen-4.9.13-for-SALOME-OCCT7.0.0-Porting.patch",
89                 "netgen-4.9.13-for-OCCT7.0.0-includes.patch"
90               ]
91 }