Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[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', 'med-4.1.1-symlink-or-copy.patch']
46     properties :
47     {
48        incremental : "yes"
49        single_install_dir: "yes" # aimed to solve sat #18914
50        has_unit_tests : "yes"
51     }
52 }
53
54 # needed in order to screen with windows version - see below
55 version_4_1_1_UB22_04 :
56 {
57     compil_script : 'med-4.1.1.sh'
58     test_build : "make check"
59     build_depend : ['swig']
60     patches: ['SPNS-29880-medfile.patch']
61 }
62
63 version_4_1_1_FD36 :
64 {
65     compil_script : 'med-4.1.1.sh'
66     test_build : "make check"
67     build_depend : ['swig']
68     patches: ['SPNS-29880-medfile.patch']
69 }
70
71 # needed in order to screen with windows version - see below
72 version_4_1_0 :
73 {
74   patches : []
75 }
76
77 version_4_1_0_win : 
78 {
79   patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.0_hdf5_native_long.patch']
80 }
81
82 # needed in order to screen with windows version - see below
83 version_4_0_0 : 
84 {
85   patches : []
86 }
87
88 version_4_0_0_win : 
89 {
90   patches : ['med-4.0.0_unicode.patch', 'medfile-4.0.0.patch']
91 }
92
93 version_4_0_0alpha3 :
94 {
95     patches : [ "med-4.0.0alpha3.patch" ]
96 }
97
98 version_3_0_6 :
99 {
100     compil_script :  "med.sh"
101     depend : ["hdf5"]
102 }