Salome HOME
apply changes from master
[tools/sat_salome.git] / products / gdal.pyconf
1 default :
2 {
3     name : "gdal"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'netcdf']
12     build_depend : ["cmake", "swig"]
13     opt_depend : ['openmpi']
14     patches : []
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
17     install_dir : 'base'
18     properties :
19     {
20       single_install_dir : "no"
21       incremental : "yes"
22     }
23 }
24
25 default_win :
26 {
27     properties :
28     {
29       single_install_dir : "yes"
30     }
31     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
32     opt_depend : []
33 }
34
35 version_2_4_4:
36 {
37     compil_script :  'gdal-2.4.4' + $VARS.scriptExtension
38 }
39
40 version_2_4_0:
41 {
42     compil_script :  'gdal-2.4.0' + $VARS.scriptExtension
43 }
44
45 version_2_4_0_FD34:
46 {
47     compil_script :  'gdal-2.4.0.sh'
48     patches : ["gdal.0001-r2000.patch"]
49 }
50
51 version_2_4_0_FD32:
52 {
53     compil_script :  'gdal-2.4.0.sh'
54     patches : ["gdal.0001-r2000.patch"]
55 }
56
57 version_2_4_0_CO8:
58 {
59     compil_script :  'gdal-2.4.0.sh'
60     patches : ["gdal.0001-r2000.patch",
61                "gdal.0002-GNUmakefile-tooLongLine.patch"
62               ]
63 }
64
65 version_2_4_0_DB10:
66 {
67     compil_script :  'gdal-2.4.0.sh'
68     patches : ["gdal.0001-r2000.patch",
69                "gdal.0002-GNUmakefile-tooLongLine.patch"
70               ]
71 }
72
73 version_2_4_0_UB20_04:
74 {
75     compil_script :  'gdal-2.4.0.sh'
76     patches : ["gdal.0001-r2000.patch",
77                "gdal.0002-GNUmakefile-tooLongLine.patch"
78               ]
79 }