Salome HOME
spns #29664: omniORB: fix python path
[tools/sat_salome.git] / products / PERSALYS.pyconf
1 default :
2 {
3     name : "PERSALYS"
4     build_source : "script"
5     compil_script :  $name + "-" + $APPLICATION.products.PERSALYS + $VARS.scriptExtension
6     get_source : "archive"
7     archive_info :
8     {
9        archive_name : "persalys_" + $APPLICATION.products.PERSALYS + ".tar.gz"
10     }
11     environ :
12     {
13        env_script : $name + ".py"
14     }
15     depend : ['Python',
16               'lapack',
17               'hdf5',
18               'tbb',
19               'nlopt',
20               'libxml2',
21               'eigen',
22               'netcdf',
23               'gdal',
24               'boost',
25               'ADAO',
26               'KERNEL',
27               'GUI',
28               'Sphinx',
29               'qwt',
30               'qt',
31               'ParaView',
32               'openturns',
33               'numpydoc',
34               'YACS',
35               'YDEFX',
36               'CAS',
37               'CONFIGURATION'
38               ]
39     build_depend : ["cmake", "swig"]
40     opt_depend : ['openmpi']
41     patches : []
42     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
43     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
44     install_dir : 'base'
45     properties :
46     {
47       single_install_dir : "no"
48       incremental : "yes"
49     }
50 }
51
52 default_win :
53 {
54     properties :
55     {
56       single_install_dir : "yes"
57       incremental : "yes"
58     }
59 }
60
61 version_v12_0 :
62 {
63    patches : ['PERSALYS-v12-001.patch', 'PERSALYS-v12-002.patch']
64 }
65
66 version_v11_0 :
67 {
68    patches : ['PERSALYS-v11-001.patch', 'PERSALYS-v11-002.patch']
69 }