Add opencv to circleci builds
parent
b1c8a599ca
commit
2b95d39d98
|
@ -77,7 +77,7 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
mkdir config build install
|
mkdir config build install
|
||||||
. /opt/conda/bin/activate root
|
. /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
|
yum install -y uuid-devel x11-devel motif-devel jq gcc-gfortran
|
||||||
ln -s /opt/conda/bin/cython /opt/conda/bin/cython3
|
ln -s /opt/conda/bin/cython /opt/conda/bin/cython3
|
||||||
cd /opt/conda/lib
|
cd /opt/conda/lib
|
||||||
|
|
|
@ -38,6 +38,7 @@ RUN set -ex \
|
||||||
libgcc \
|
libgcc \
|
||||||
libstdcxx-ng \
|
libstdcxx-ng \
|
||||||
cmake \
|
cmake \
|
||||||
|
opencv \
|
||||||
&& yum install -y uuid-devel x11-devel motif-devel jq \
|
&& yum install -y uuid-devel x11-devel motif-devel jq \
|
||||||
&& ln -sf /opt/conda/bin/cython /opt/conda/bin/cython3 \
|
&& ln -sf /opt/conda/bin/cython /opt/conda/bin/cython3 \
|
||||||
&& mkdir -p /opt/isce2/src
|
&& mkdir -p /opt/isce2/src
|
||||||
|
|
Loading…
Reference in New Issue