Skip to content

Commit

Permalink
Merge pull request #11482 from rouault/ci_windows_conda_build_update
Browse files Browse the repository at this point in the history
CI: update Windows Conda based build
  • Loading branch information
rouault authored Dec 12, 2024
2 parents bb23d74 + a395663 commit aa875c7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,15 @@ jobs:
- name: Install dependency
shell: bash -l {0}
run: |
conda install --yes --quiet curl libiconv icu python=3.10 swig numpy pytest pytest-env pytest-benchmark filelock zlib lxml jsonschema setuptools
# FIXME: remove libnetcdf=4.9.2=nompi_h5902ca5_107 pinning as soon as https://github.com/conda-forge/libnetcdf-feedstock/issues/182 is resolved
conda install --yes --quiet curl libiconv icu python=3.12 swig numpy pytest pytest-env pytest-benchmark filelock zlib lxml jsonschema setuptools
conda install --yes --quiet proj geos hdf4 hdf5 kealib \
libnetcdf=4.9.2=nompi_h5902ca5_107 openjpeg poppler libtiff libpng xerces-c expat libxml2 kealib json-c \
libnetcdf openjpeg poppler libtiff libpng xerces-c expat libxml2 kealib json-c \
cfitsio freexl geotiff libjpeg-turbo libpq libspatialite libwebp-base pcre pcre2 postgresql \
sqlite tiledb zstd cryptopp cgal doxygen librttopo libkml openssl xz \
sqlite tiledb zstd cryptopp cgal doxygen librttopo openssl liblzma-devel \
openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc libarchive \
arrow-cpp pyarrow libaec libheif libavif cmake fsspec
libarrow pyarrow libaec libheif libavif cmake fsspec
# HACK due to an ongoing transition
cp $CONDA/envs/gdalenv/Library/bin/minizip.dll $CONDA/envs/gdalenv/Library/bin/libminizip.dll
- name: Check CMake version
shell: bash -l {0}
run: |
Expand Down

0 comments on commit aa875c7

Please sign in to comment.