Salome HOME
spns #20440 - use dev branch: spns/20440
[tools/sat_salome.git] / products / PARAVISADDONS.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4   default :
5   {
6     name : 'PARAVISADDONS'
7     build_source : 'cmake'
8     cmake_options : ''
9     get_source : "git"
10     git_info :
11     {
12       repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons.git'
13       repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons.git'
14     }
15     environ :
16     {
17       PARAVISADDONS : $install_dir
18       PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview'
19     }
20     depend :
21     [
22       'KERNEL'
23       'GUI'
24       'MEDCOUPLING'
25       'PARAVIS'
26       'FIELDS'
27       'GEOM'
28       'SMESH'
29       'Python'
30       'qt'
31       'boost'
32       'hdf5'
33       'medfile'
34       'ParaView'
35       'CAS'
36       'omniORB'
37       'docutils'
38       'libxml2'
39       'six'
40       'pytz'
41     ]
42     opt_depend : [ ]
43     build_depend :
44     [
45       'cmake'
46       'swig'
47       'cppunit'
48     ]
49     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
50     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
51     properties :
52     {
53       incremental : 'yes'
54     }
55   }
56   default_win :
57   {
58     depend :
59     [
60       'KERNEL'
61       'GUI'
62       'MEDCOUPLING'
63       'FIELDS'
64       'PARAVIS'
65       'GEOM'
66       'SMESH'
67       'Python'
68       'qt'
69       'boost'
70       'hdf5'
71       'medfile'
72       'ParaView'
73       'CAS'
74       'omniORB'
75       'docutils'
76       'libxml2'
77       'six'
78       'pytz'
79     ]
80   }