Salome HOME
spns #42158: Fix MEDCOUPLING V7_8_BR compilation on CO9 - set number of processors...
[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         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "oscar/xdata.git"
9     }
10     environ :
11     {
12            env_script : $name + ".py"
13     }
14     depend : [Python, omniORB, boost, cppunit, PyQt, KERNEL]
15     type : "salome"
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     properties:
19     {
20         is_SALOME_module : "yes"
21         incremental: "yes"
22     }
23 }
24
25 version_0_9_11 :
26 {
27     name : "XDATA"
28     get_source : "archive"
29     build_source : "script"
30     compil_script : $name + ".py"
31     archive_info :
32     {
33         archive_name : "xdata-0.9.11.tar.gz"
34     }
35     environ :
36     {
37        env_script : $name + ".py"
38     }
39     depend : [
40               'Python',
41               'omniORB',
42               'boost',
43               'PyQt',
44               'KERNEL'
45              ]
46     opt_depend : [LIBBATCH, CALCULATOR, MED, GUI]
47     build_depend : ["cppunit"]
48     patches : [
49         #"xdata-0.9.9.python2.7.patch", #patch obsolete car integre aux sources en 7.8.0
50         "xdata-0.9.11.patch", 
51         "xdata_qt.patch"
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         is_SALOME_module : "yes"
58     }
59 }