File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
pwd
15
15
export DEBIAN_FRONTEND=noninteractive
16
16
apt-get update
17
- apt-get install -y cmake cython3 git libfftw3-dev libgdal-dev libhdf4-alt-dev libhdf5-dev libopencv-dev python3-gdal python3-h5py python3-numpy python3-scipy
17
+ apt-get install -y cmake cython3 gfortran git libfftw3-dev libgdal-dev libhdf4-alt-dev libhdf5-dev libopencv-dev python3-gdal python3-h5py python3-numpy python3-scipy
18
18
19
19
- run :
20
20
name : Build and Install ISCE
58
58
mkdir config build install
59
59
export DEBIAN_FRONTEND=noninteractive
60
60
apt-get update
61
- apt-get install -y scons cython3 git libfftw3-dev libgdal-dev libhdf4-alt-dev libhdf5-dev libmotif-dev libopencv-dev libx11-dev python3-gdal python3-h5py python3-numpy python3-scipy
61
+ apt-get install -y scons cython3 gfortran git libfftw3-dev libgdal-dev libhdf4-alt-dev libhdf5-dev libmotif-dev libopencv-dev libx11-dev python3-gdal python3-h5py python3-numpy python3-scipy
62
62
63
63
- run :
64
64
name : Build SConfigISCE and setup dirs
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN set -ex \
10
10
&& apt-get install -y \
11
11
cmake \
12
12
cython3 \
13
+ gfortran \
13
14
git \
14
15
libfftw3-dev \
15
16
libgdal-dev \
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ RUN set -ex \
24
24
&& conda install --yes \
25
25
cython \
26
26
gdal \
27
+ gfortran \
27
28
git \
28
29
h5py \
29
30
libgdal \
You can’t perform that action at this time.
0 commit comments