Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[tools/sat_salome.git] / products / StaticMeshPlugin.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4   default :
5   {
6     name : 'StaticMeshPlugin'
7     build_source : 'cmake'
8     cmake_options : ''
9     get_source : "archive"
10     patches: []
11     environ :
12     {
13       StaticMeshPlugin : $install_dir
14       PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview'
15     }
16     depend :
17     [
18       'KERNEL'
19       'GUI'
20       'MEDCOUPLING'
21       'PARAVIS'
22       'FIELDS'
23       'GEOM'
24       'SMESH'
25       'Python'
26       'qt'
27       'boost'
28       'hdf5'
29       'medfile'
30       'ParaView'
31       'CAS'
32       'omniORB'
33       'docutils'
34       'libxml2'
35       'six'
36       'pytz'
37     ]
38     opt_depend : ['openmpi']
39     build_depend :
40     [
41       'cmake'
42       'swig'
43       'cppunit'
44     ]
45     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
46     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
47     properties :
48     {
49       incremental : 'yes'
50     }
51   }
52   version_5_8_0:
53   {
54    patches: ['StaticMeshPlugin-5.8.0.patch']
55   }
56
57   default_win :
58   {
59     depend :
60     [
61       'PARAVIS'
62     ]
63   }