Add opencv to circleci builds

LT1AB
Ryan Burns 2020-07-21 18:15:17 -07:00
parent b1c8a599ca
commit 2b95d39d98
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
pwd
mkdir config build install
. /opt/conda/bin/activate root
conda install --yes cython gdal h5py libgdal pytest numpy fftw scipy scons hdf4 hdf5 netcdf4 libgcc libstdcxx-ng cmake astropy
conda install --yes cython gdal h5py libgdal pytest numpy fftw scipy scons hdf4 hdf5 netcdf4 libgcc libstdcxx-ng cmake astropy opencv
yum install -y uuid-devel x11-devel motif-devel jq gcc-gfortran
ln -s /opt/conda/bin/cython /opt/conda/bin/cython3
cd /opt/conda/lib

View File

@ -38,6 +38,7 @@ RUN set -ex \
libgcc \
libstdcxx-ng \
cmake \
opencv \
&& yum install -y uuid-devel x11-devel motif-devel jq \
&& ln -sf /opt/conda/bin/cython /opt/conda/bin/cython3 \
&& mkdir -p /opt/isce2/src