Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[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               'cgns',
19               'tbb',
20               'nlopt',
21               'libxml2',
22               'eigen',
23               'netcdf',
24               'gdal',
25               'boost',
26               'ADAO',
27               'KERNEL',
28               'GUI',
29               'Sphinx',
30               'qwt',
31               'qt',
32               'ParaView',
33               'openturns',
34               'numpydoc',
35               'YACS',
36               'YDEFX',
37               'CAS',
38               'CONFIGURATION'
39            ]
40     build_depend : ["cmake", "swig"]
41     opt_depend : ['openmpi']
42     patches : []
43     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
44     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
45     install_dir : 'base'
46     properties :
47     {
48       single_install_dir : "no"
49       incremental : "yes"
50     }
51 }
52
53 default_win :
54 {
55     properties :
56     {
57       single_install_dir : "yes"
58       incremental : "yes"
59     }
60 }
61
62 version_v13_0 :
63 {
64    patches : []
65 }
66
67 version_v12_0 :
68 {
69    patches : ['PERSALYS-v12-002.patch', 'PERSALYS-v12-003.patch']
70 }
71
72 version_v11_0 :
73 {
74    patches : ['PERSALYS-v11-001.patch', 'PERSALYS-v11-002.patch']
75 }