Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / NETGENPLUGIN.pyconf
1 default :
2 {
3     name : "NETGENPLUGIN"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/netgenplugin.git "
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "netgenplugin.git "
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "NETGENPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "netgenplugin"
15     }
16     depend : [
17              "KERNEL",
18              "MEDCOUPLING",
19              "GEOM",
20              "SMESH",
21              "Python",
22              "qt",
23              "boost",
24              "CAS",
25              "freeimage",
26              "hdf5",
27              "medfile",
28              "omniORB",
29              "docutils",
30              "netgen",
31              "ParaView",
32              "six",
33              "pytz"
34               ]
35     build_depend : ["swig", "doxygen", "cppunit"]
36     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
37     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
38     properties:
39     {
40         incremental : "yes"
41         is_SALOME_module : "yes"
42         has_unit_tests
43     }
44 }
45
46 default_win :
47 {
48         cmake_options : " -DZLIB_LIBRARY=%ZLIB_BIN:\=/%  -DZLIB_INCLUDE_DIR=%ZLIB_INCLUDE_DIR:\=/%  -DCMAKE_GENERATOR=\"Visual Studio 15 2017 Win64\" "
49     depend : [
50              "KERNEL",
51              "MEDCOUPLING",
52              "GEOM",
53              "SMESH",
54              "Python",
55              "qt",
56              "boost",
57              "CAS",
58              "freeimage",
59              "hdf5",
60              "medfile",
61              "omniORB",
62              "docutils",
63              "netgen",
64              "ParaView",
65              "six",
66              "pytz",
67              "zlib"
68               ]
69 }
70
71 version_V6_6_0 :
72 {
73     build_source : "autotools"
74     depend : [
75              "KERNEL",
76              "GEOM",
77              "SMESH",
78              "Python",
79              "qt",
80              "boost",
81              "CAS",
82              "freeimage",
83              "hdf5",
84              "medfile",
85              "omniORB",
86              "docutils",
87              "netgen",
88              "ParaView"
89              ]
90 }