Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 8 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

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

29 changes: 15 additions & 14 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler_version:
docker_image:
- condaforge/linux-anvil-comp7
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler_version:
docker_image:
- condaforge/linux-anvil-comp7
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler_version:
docker_image:
- condaforge/linux-anvil-comp7
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/gdal31.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
gdal:
- '3.1'
migrator_ts: 1589741512.6218328
23 changes: 0 additions & 23 deletions .ci_support/migrations/proj700.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
gdal:
- '3.0'
- '3.1'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
gdal:
- '3.0'
- '3.1'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
gdal:
- '3.0'
- '3.1'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2017
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2017
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2017
gdal:
- '3.0'
- '3.1'
numpy:
- '1.14'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

4 changes: 3 additions & 1 deletion .scripts/run_docker_build.sh

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

3 changes: 2 additions & 1 deletion .scripts/run_osx_build.sh

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
skip: true # [win and vc<14]
number: 0
number: 1

requirements:
build:
Expand Down