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