Salome HOME
276ee88d566d001190647842abf47dbe10a73571
[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               'openturns',
31               'numpydoc',
32               'YACS',
33               'YDEFX',
34               'CAS',
35               'CONFIGURATION'
36               ]
37     build_depend : ["cmake", "swig"]
38     opt_depend : ['openmpi']
39     patches : []
40     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
41     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
42     install_dir : 'base'
43     properties :
44     {
45       single_install_dir : "no"
46       incremental : "yes"
47     }
48 }
49
50 default_win :
51 {
52     properties :
53     {
54       single_install_dir : "yes"
55       incremental : "yes"
56     }
57 }
58
59 version_v11_0 :
60 {
61    patches : ['PERSALYS-v11-001.patch']
62 }