Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / hdf5.pyconf
1 default :
2 {
3     name : "hdf5"
4     build_source : "script"
5     compil_script : $name + "CMake.sh"
6     get_source : "archive"
7     system_info :
8     {
9         rpm : []
10         rpm_dev : ["hdf5-devel"]
11         apt : []
12         apt_dev : ["libhdf5-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     patches : [] 
19     depend : []
20     opt_depend : [ 'openmpi']
21     build_depend : ["cmake"]
22     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
23     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24     install_dir : 'base'
25     properties :
26     {
27       incremental : "yes"
28       single_install_dir : "yes"
29     }
30     post_script: "fix_permissions.sh"
31 }
32
33 default_Autotools :
34 {
35     compil_script : "hdf5Autotools.sh"
36     depend : []
37     build_depend : []
38 }
39
40 default_win :
41 {
42    archive_info : {archive_name : "hdf5-" + $APPLICATION.products.hdf5 + "_windows.tar.gz"}
43 }
44
45 version_1_10_3 :
46 {
47     compil_script : "hdf5-1.10.3.sh"
48     patches : [ "hdf5-1.10.3.patch" ]
49 }
50
51 version_1_10_3_win :
52 {
53     compil_script : "hdf5CMake.bat"
54     patches : ['hdf5-1.10.3.patch', 'hdf5-1.10.3.win_unicode_new.patch' ]
55 }
56
57 version_1_8_8 :
58 {
59     compil_script : "hdf5_cxx.sh"
60     depend : []
61     patches : [ "hdf5_188_remove_c++_comment.patch" ] 
62 }