Salome HOME
C3PO: requires mpi4py
[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       # SPN 24019 : do not add StaticMeshPlugin to PV_PLUGIN_PATH - uploaded on request only
15       #PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview'
16     }
17     depend :
18     [
19       'KERNEL'
20       'GUI'
21       'MEDCOUPLING'
22       'PARAVIS'
23       'FIELDS'
24       'GEOM'
25       'SMESH'
26       'Python'
27       'qt'
28       'boost'
29       'hdf5'
30       'medfile'
31       'ParaView'
32       'CAS'
33       'omniORB'
34       'docutils'
35       'libxml2'
36       'six'
37       'pytz'
38     ]
39     opt_depend : ['openmpi']
40     build_depend :
41     [
42       'cmake'
43       'swig'
44       'cppunit'
45     ]
46     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
47     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
48     properties :
49     {
50       incremental : 'yes'
51     }
52   }
53   version_5_8_0:
54   {
55    patches: ['StaticMeshPlugin-5.8.0.patch']
56   }
57
58   default_win :
59   {
60     depend :
61     [
62       'PARAVIS'
63     ]
64   }