Skip to content

Commit e1da858

Browse files
authored
Merge pull request #938 from rtburns-jpl/ci-gfortran
Fix CI
2 parents 0e2124f + 4ef073d commit e1da858

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pwd
1515
export DEBIAN_FRONTEND=noninteractive
1616
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
1818
1919
- run:
2020
name: Build and Install ISCE
@@ -58,7 +58,7 @@ jobs:
5858
mkdir config build install
5959
export DEBIAN_FRONTEND=noninteractive
6060
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
6262
6363
- run:
6464
name: Build SConfigISCE and setup dirs

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN set -ex \
1010
&& apt-get install -y \
1111
cmake \
1212
cython3 \
13+
gfortran \
1314
git \
1415
libfftw3-dev \
1516
libgdal-dev \

docker/Dockerfile.cuda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -ex \
2424
&& conda install --yes \
2525
cython \
2626
gdal \
27+
gfortran \
2728
git \
2829
h5py \
2930
libgdal \

0 commit comments

Comments
 (0)