Salome HOME
merge from master
[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 : ['swig']
40 }
41
42 version_4_1_1_win :
43 {
44     compil_script :  "medCMake.bat"
45     patches : ['med-4.1.0_win_3x_files_support.patch']
46 }
47
48 # needed in order to screen with windows version - see below
49 version_4_1_1_UB22_04 :
50 {
51     compil_script : 'med-4.1.1.sh'
52     test_build : "make check"
53     build_depend : ['swig']
54     patches: ['SPNS-29880-medfile.patch']
55 }
56
57 version_4_1_1_FD36 :
58 {
59     compil_script : 'med-4.1.1.sh'
60     test_build : "make check"
61     build_depend : ['swig']
62     patches: ['SPNS-29880-medfile.patch']
63 }
64
65 # needed in order to screen with windows version - see below
66 version_4_1_0 :
67 {
68   patches : []
69 }
70
71 version_4_1_0_win : 
72 {
73   patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.0_hdf5_native_long.patch']
74 }
75
76 # needed in order to screen with windows version - see below
77 version_4_0_0 : 
78 {
79   patches : []
80 }
81
82 version_4_0_0_win : 
83 {
84   patches : ['med-4.0.0_unicode.patch', 'medfile-4.0.0.patch']
85 }
86
87 version_4_0_0alpha3 :
88 {
89     patches : [ "med-4.0.0alpha3.patch" ]
90 }
91
92 version_3_0_6 :
93 {
94     compil_script :  "med.sh"
95     depend : ["hdf5"]
96 }