Salome HOME
spns #26828: convergence EDF: netcdf, nose, zeromq, PERSALYS
[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               'ADAO',
25               'boost',
26               'KERNEL',
27               'GUI',
28               'Sphinx',
29               'qwt',
30               'YACS',
31               'YDEFX',
32               'CAS',
33               'CONFIGURATION'
34               ]
35     build_depend : ["cmake", "swig"]
36     opt_depend : ['openmpi', 'openturns']
37     patches : []
38     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
39     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
40     install_dir : 'base'
41     properties :
42     {
43       single_install_dir : "no"
44       incremental : "yes"
45     }
46 }
47
48 default_win :
49 {
50     properties :
51     {
52       single_install_dir : "yes"
53     }
54     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'netcdf', 'gdal']
55     opt_depend : []
56 }
57
58 version_v11_0 :
59 {
60    patches : ['PERSALYS-v11-001.patch']
61 }