Skip to content

Commit

Permalink
Bump gdal version (#623)
Browse files Browse the repository at this point in the history
This PR bumps the version of `gdal` that's being used in an attempt to resolve some conda-solve issues in our images.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - H. Thomson Comer (https://github.com/thomcom)
  - Mark Harris (https://github.com/harrism)
  - Sevag H (https://github.com/sevagh)

URL: #623
  • Loading branch information
ajschmidt8 authored Aug 4, 2022
1 parent 9beebc3 commit 8506063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conda/recipes/cuspatial/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ cuda_compiler:

sysroot_version:
- "2.17"

gdal_version:
- ">=3.4.3,<3.4.4a0"
2 changes: 1 addition & 1 deletion conda/recipes/cuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- python
- cudf {{ minor_version }}.*
- rmm {{ minor_version }}.*
- gdal >=3.3.0,<3.4.0a0
- gdal {{ gdal_version }}
- geopandas >=0.11.0

test: # [linux64]
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcuspatial/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_version:
- ">=3.20.1"

gdal_version:
- ">=3.3.0,<3.4.0a0"
- ">=3.4.3,<3.4.4a0"

gtest_version:
- "1.10.0"
Expand Down

0 comments on commit 8506063

Please sign in to comment.