File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ISCE3 has the following dependencies
8
8
<li> Python 3.6 or above
9
9
<li> Eigen 3.3.7 or above
10
10
<li> Numpy
11
- <li> GDAL 2.3 or above with Python bindings
11
+ <li> GDAL 3.0 or above with Python bindings
12
12
<li> HDF5 1.10.2 or above with h5py
13
13
<li> CMake 3.18 or above
14
14
<li> CUDA 9.0 or above (for GPU-based processing)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ISCE has the following dependencies
7
7
<li> C++ compiler - gcc-6/ clang-6.0 or above
8
8
<li> Python 3.6 or above
9
9
<li> Numpy
10
- <li> GDAL 2.3 or above with Python bindings
10
+ <li> GDAL 3.0 or above with Python bindings
11
11
<li> HDF5 1.10.2 or above with h5py
12
12
<li> CMake 3.18 or above
13
13
<li> ruamel yaml for python3.7
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ macro(getpackage_fftw)
30
30
endmacro ()
31
31
32
32
macro (getpackage_gdal)
33
- find_package (GDAL 2.3 REQUIRED)
33
+ find_package (GDAL 3.0 REQUIRED)
34
34
endmacro ()
35
35
36
36
macro (getpackage_googletest)
Original file line number Diff line number Diff line change 1
1
fftw>=3
2
- gdal>=2.3
2
+ gdal>=3.0
3
3
h5py
4
4
hdf5>=1.10.2
5
5
numpy
Original file line number Diff line number Diff line change 1
1
backoff
2
2
fftw >= 3
3
- gdal >= 2.3
3
+ gdal >= 3.0
4
4
h5py
5
5
hdf5 >= 1.10.2
6
6
libgcc-ng >= 9 ,< 10
You can’t perform that action at this time.
0 commit comments