Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[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     environ :
8     {
9        env_script : $name + ".py"
10     }
11     patches : [] 
12     depend : []
13     opt_depend : [ 'openmpi']
14     build_depend : ["cmake"]
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
17     install_dir : 'base'
18     properties :
19     {
20       incremental : "yes"
21       single_install_dir : "yes"
22     }
23 }
24
25 default_Autotools :
26 {
27     compil_script : "hdf5Autotools.sh"
28     depend : []
29     build_depend : []
30 }
31
32 default_win :
33 {
34    archive_info : {archive_name : "hdf5-" + $APPLICATION.products.hdf5 + "_windows.tar.gz"}
35 }
36
37 version_1_10_3 :
38 {
39     compil_script : "hdf5-1.10.3.sh"
40     patches : [ "hdf5-1.10.3.patch" ]
41 }
42
43 version_1_10_3_win :
44 {
45     compil_script : "hdf5CMake.bat"
46     patches : ['hdf5-1.10.3.patch', 'hdf5-1.10.3.win_unicode_new.patch' ]
47 }
48
49 version_1_8_8 :
50 {
51     compil_script : "hdf5_cxx.sh"
52     depend : []
53     patches : [ "hdf5_188_remove_c++_comment.patch" ] 
54 }