]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/XDATA.pyconf
Salome HOME
spns #40779 : target github repositories
[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         is_opensource : "no"
25     }
26 }
27
28 version_0_9_11 :
29 {
30     name : "XDATA"
31     get_source : "archive"
32     build_source : "script"
33     compil_script : $name + ".py"
34     archive_info :
35     {
36         archive_name : "xdata-0.9.11.tar.gz"
37     }
38     environ :
39     {
40        env_script : $name + ".py"
41     }
42     depend : [
43               'Python',
44               'omniORB',
45               'boost',
46               'PyQt',
47               'KERNEL'
48              ]
49     opt_depend : [LIBBATCH, CALCULATOR, MED, GUI]
50     build_depend : ["cppunit"]
51     patches : [
52         #"xdata-0.9.9.python2.7.patch", #patch obsolete car integre aux sources en 7.8.0
53         "xdata-0.9.11.patch", 
54         "xdata_qt.patch"
55     ]
56     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
57     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
58     properties:
59     {
60         is_SALOME_module : "yes"
61     }
62 }