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