Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 17 additions & 11 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ bzip2:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cairo:
- '1.16'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -15,31 +17,31 @@ curl:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
- '9'
freetype:
- 2.9.1
- '2'
gsl:
- '2.6'
hdf4:
- '4.2'
hdf5:
- 1.10.6
jasper:
- 1.900.1
- '1'
jpeg:
- '9'
libblas:
- 3.8 *netlib
libcblas:
- 3.8 *netlib
libgdal:
- '3.1'
- '3.2'
libiconv:
- '1.16'
libnetcdf:
Expand Down Expand Up @@ -67,15 +69,19 @@ pin_run_as_build:
max_pin: x.x
libpng:
max_pin: x.x
pixman:
max_pin: x.x
zlib:
max_pin: x.x
pixman:
- '0.38'
- '0'
proj:
- 7.1.1
- 8.0.1
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
zlib:
- '1.2'
9 changes: 0 additions & 9 deletions .ci_support/migrations/gdal31.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .ci_support/migrations/hdf51106.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .ci_support/migrations/proj711.yaml

This file was deleted.

16 changes: 10 additions & 6 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -15,27 +15,27 @@ curl:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7.5'
- '9'
gsl:
- '2.6'
hdf4:
- '4.2'
hdf5:
- 1.10.6
jasper:
- 1.900.1
- '1'
jpeg:
- '9'
libblas:
- 3.8 *netlib
libcblas:
- 3.8 *netlib
libgdal:
- '3.1'
- '3.2'
libiconv:
- '1.16'
libnetcdf:
Expand Down Expand Up @@ -64,8 +64,12 @@ pin_run_as_build:
zlib:
max_pin: x.x
proj:
- 7.1.1
- 8.0.1
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1.2'
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 24 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 21 additions & 6 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading