Salome HOME
spns #20440 : fix circular dependency in PARAVISADDONS
[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 : "archive"
10     archive_info :
11     {
12       archive_name : 'PARAVISADDONS.tgz'
13     }
14     git_info :
15     {
16       repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons.git'
17       repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons.git'
18     }
19     environ :
20     {
21       PARAVISADDONS : $install_dir
22       PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview'
23     }
24     depend :
25     [
26       'KERNEL'
27       'GUI'
28       'MEDCOUPLING'
29       'PARAVIS'
30       'FIELDS'
31       'GEOM'
32       'SMESH'
33       'Python'
34       'qt'
35       'boost'
36       'hdf5'
37       'medfile'
38       'ParaView'
39       'CAS'
40       'omniORB'
41       'docutils'
42       'libxml2'
43       'six'
44       'pytz'
45     ]
46     opt_depend : [ ]
47     build_depend :
48     [
49       'cmake'
50       'swig'
51       'cppunit'
52     ]
53     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
54     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
55     properties :
56     {
57       incremental : 'yes'
58     }
59   }
60   default_win :
61   {
62     depend :
63     [
64       'KERNEL'
65       'GUI'
66       'MEDCOUPLING'
67       'FIELDS'
68       'PARAVIS'
69       'GEOM'
70       'SMESH'
71       'Python'
72       'qt'
73       'boost'
74       'hdf5'
75       'medfile'
76       'ParaView'
77       'CAS'
78       'omniORB'
79       'docutils'
80       'libxml2'
81       'six'
82       'pytz'
83     ]
84   }