Skip to content

Commit 55f1c09

Browse files
gmgunterGitHub Enterprise
authored andcommitted
Bump minimum GDAL version from 2.3 to 3.0 (#1019)
1 parent 66f5b40 commit 55f1c09

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/doxygen/install/centos.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ISCE3 has the following dependencies
88
<li> Python 3.6 or above
99
<li> Eigen 3.3.7 or above
1010
<li> Numpy
11-
<li> GDAL 2.3 or above with Python bindings
11+
<li> GDAL 3.0 or above with Python bindings
1212
<li> HDF5 1.10.2 or above with h5py
1313
<li> CMake 3.18 or above
1414
<li> CUDA 9.0 or above (for GPU-based processing)

doc/doxygen/install/osx.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ISCE has the following dependencies
77
<li> C++ compiler - gcc-6/ clang-6.0 or above
88
<li> Python 3.6 or above
99
<li> Numpy
10-
<li> GDAL 2.3 or above with Python bindings
10+
<li> GDAL 3.0 or above with Python bindings
1111
<li> HDF5 1.10.2 or above with h5py
1212
<li> CMake 3.18 or above
1313
<li> ruamel yaml for python3.7

extern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ macro(getpackage_fftw)
3030
endmacro()
3131

3232
macro(getpackage_gdal)
33-
find_package(GDAL 2.3 REQUIRED)
33+
find_package(GDAL 3.0 REQUIRED)
3434
endmacro()
3535

3636
macro(getpackage_googletest)

tools/imagesets/centos7conda/runtime/requirements.txt.main.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fftw>=3
2-
gdal>=2.3
2+
gdal>=3.0
33
h5py
44
hdf5>=1.10.2
55
numpy

tools/imagesets/oracle8conda/runtime/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backoff
22
fftw>=3
3-
gdal>=2.3
3+
gdal>=3.0
44
h5py
55
hdf5>=1.10.2
66
libgcc-ng>=9,<10

0 commit comments

Comments
 (0)