Salome HOME
align Windows dependencies on Linux for HYBRIDPLUGIN
[tools/sat_salome.git] / products / XDATA.pyconf
1 version_0_9_11 :
2 {
3     name : "XDATA"
4     get_source : "archive"
5     build_source : "script"
6     compil_script : $name + ".py"
7     archive_info :
8     {
9         archive_name : "xdata-0.9.11.tar.gz"
10     }
11     environ :
12     {
13        env_script : $name + ".py"
14     }
15     depend : [
16               'Python',
17               'omniORB',
18               'boost',
19               'PyQt',
20               'KERNEL'
21              ]
22     opt_depend : [LIBBATCH, CALCULATOR, MED, GUI]
23     build_depend : ["cppunit"]
24     patches : [
25         #"xdata-0.9.9.python2.7.patch", #patch obsolete car integre aux sources en 7.8.0
26         "xdata-0.9.11.patch", 
27         "xdata_qt.patch"
28     ]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties:
32     {
33         is_SALOME_module : "yes"
34     }
35 }