Salome HOME
spns #32335: some projects still rely on Python 2. Implement a switch based on Python...
[tools/sat_salome.git] / products / XDATA.pyconf
1 default :
2 {
3     name : "XDATA"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git"
9         repo_dev : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git"
10
11     }
12     environ :
13     {
14            env_script : $name + ".py"
15     }
16     depend : [Python, omniORB, boost, cppunit, PyQt, KERNEL]
17     type : "salome"
18     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
19     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
20     properties:
21     {
22         is_SALOME_module : "yes"
23         incremental: "yes"
24     }
25 }
26
27 version_0_9_11 :
28 {
29     name : "XDATA"
30     get_source : "archive"
31     build_source : "script"
32     compil_script : $name + ".py"
33     archive_info :
34     {
35         archive_name : "xdata-0.9.11.tar.gz"
36     }
37     environ :
38     {
39        env_script : $name + ".py"
40     }
41     depend : [
42               'Python',
43               'omniORB',
44               'boost',
45               'PyQt',
46               'KERNEL'
47              ]
48     opt_depend : [LIBBATCH, CALCULATOR, MED, GUI]
49     build_depend : ["cppunit"]
50     patches : [
51         #"xdata-0.9.9.python2.7.patch", #patch obsolete car integre aux sources en 7.8.0
52         "xdata-0.9.11.patch", 
53         "xdata_qt.patch"
54     ]
55     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
56     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
57     properties:
58     {
59         is_SALOME_module : "yes"
60     }
61 }