Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / medfile.pyconf
1 default :
2 {
3     name : "medfile"
4     build_source : "script"
5     compil_script :  "medCMake" + $VARS.scriptExtension
6     test_build : "make test"
7     get_source : "archive"
8     archive_info : {archive_prefix : "med"}
9     environ :
10     {
11        env_script : "med.py"
12     }
13     depend : ["hdf5", "Python"]
14     opt_depend : ["openmpi"]
15     build_depend : ["cmake"]
16     patches : []
17     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
18     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
19     install_dir : 'base'
20     properties :    
21     {
22         incremental : "yes"
23         has_unit_tests : "yes"
24     }
25 }
26
27 default_Autotools :
28 {
29     compil_script :  "med.sh"
30     test_build : "make check"
31     build_depend : []
32 }
33
34 # needed in order to screen with windows version - see below
35 version_4_1_0 :
36 {
37   patches : []
38 }
39
40 version_4_1_0_win : 
41 {
42   patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.0_hdf5_native_long.patch']
43 }
44
45 # needed in order to screen with windows version - see below
46 version_4_0_0 : 
47 {
48   patches : []
49 }
50
51 version_4_0_0_win : 
52 {
53   patches : ['med-4.0.0_unicode.patch', 'medfile-4.0.0.patch']
54 }
55
56 version_4_0_0alpha3 :
57 {
58     patches : [ "med-4.0.0alpha3.patch" ]
59 }
60
61 version_3_0_6 :
62 {
63     compil_script :  "med.sh"
64     depend : ["hdf5"]
65 }