Salome HOME
spns #42014: add mmgplugin
[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       repositories :
13       {
14         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/paravisaddons_common.git"
15         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "paravisaddons_common.git"
16         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/paravisaddons_common.git"
17       }
18     }
19     environ :
20     {
21         env_script : $name + ".py"
22     }
23     depend :
24     [
25         'KERNEL'
26         'GUI'
27         'MEDCOUPLING'
28         'PARAVIS'
29         'FIELDS'
30         'GEOM'
31         'SMESH'
32         'Python'
33         'qt'
34         'boost'
35         'hdf5'
36         'medfile'
37         'ParaView'
38         'CAS'
39         'omniORB'
40         'docutils'
41         'libxml2'
42         'six'
43         'pytz'
44     ]
45     opt_depend : ['openmpi']
46     build_depend :
47     [
48         'cmake'
49         'swig'
50         'cppunit'
51     ]
52     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
53     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
54     properties :
55     {
56         incremental : 'yes'
57     }
58 }
59
60 default_win :
61 {
62     depend :
63     [
64         'PARAVIS'
65     ]
66 }