Salome HOME
bos #41564 [CEA] openturns 1.22
[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     patches : ["gdal.0003-ignore_use2to3.patch"]
44 }
45
46 version_2_4_0_FD34:
47 {
48     compil_script :  'gdal-2.4.0.sh'
49     patches : ["gdal.0001-r2000.patch"]
50 }
51
52 version_2_4_0_FD32:
53 {
54     compil_script :  'gdal-2.4.0.sh'
55     patches : ["gdal.0001-r2000.patch"]
56 }
57
58 version_2_4_0_CO8:
59 {
60     compil_script :  'gdal-2.4.0.sh'
61     patches : ["gdal.0001-r2000.patch",
62                "gdal.0002-GNUmakefile-tooLongLine.patch",
63                "gdal.0003-ignore_use2to3.patch"
64               ]
65 }
66
67 version_2_4_0_CO8_native:
68 {
69     compil_script :  'gdal-2.4.0.sh'
70     patches : ["gdal.0001-r2000.patch",
71                "gdal.0002-GNUmakefile-tooLongLine.patch"
72               ]
73 }
74
75 version_2_4_0_DB10:
76 {
77     compil_script :  'gdal-2.4.0.sh'
78     patches : ["gdal.0001-r2000.patch",
79                "gdal.0002-GNUmakefile-tooLongLine.patch"
80               ]
81 }
82
83 version_2_4_0_UB20_04:
84 {
85     compil_script :  'gdal-2.4.0.sh'
86     patches : ["gdal.0001-r2000.patch",
87                "gdal.0002-GNUmakefile-tooLongLine.patch"
88               ]
89 }