Salome HOME
spns #29324: FD34
[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_1 :
36 {
37     compil_script : 'med-4.1.1.sh'
38     test_build : "make check"
39     build_depend : []
40 }
41
42 version_4_1_1_win :
43 {
44   patches : ['med-4.1.0_win_3x_files_support.patch']
45 }
46
47 # needed in order to screen with windows version - see below
48 version_4_1_0 :
49 {
50   patches : []
51 }
52
53 version_4_1_0_win : 
54 {
55   patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.0_hdf5_native_long.patch']
56 }
57
58 # needed in order to screen with windows version - see below
59 version_4_0_0 : 
60 {
61   patches : []
62 }
63
64 version_4_0_0_win : 
65 {
66   patches : ['med-4.0.0_unicode.patch', 'medfile-4.0.0.patch']
67 }
68
69 version_4_0_0alpha3 :
70 {
71     patches : [ "med-4.0.0alpha3.patch" ]
72 }
73
74 version_3_0_6 :
75 {
76     compil_script :  "med.sh"
77     depend : ["hdf5"]
78 }