conda-forge / rasterio-feedstock

A conda-smithy repository for rasterio.
BSD 3-Clause "New" or "Revised" License
42 stars 22 forks source link

Bump build no to catch up to latest GDAL #173

Closed hobu closed 3 years ago

hobu commented 3 years ago

Checklist

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hobu commented 3 years ago

@conda-forge-admin please rerender

xylar commented 3 years ago

@hobu, I'm hoping you have a secret touch that I was lacking in #171 and #172

hobu commented 3 years ago

@hobu, I'm hoping you have a secret touch that I was lacking in #171 and #172

Nope, I just neglected to search for any previous attempts 😄

xylar commented 3 years ago

Note, GDAL is being pegged via: https://github.com/conda-forge/rasterio-feedstock/blob/master/recipe/conda_build_config.yaml#L1-L3 so unless you remove that, a rerender won't take care of this.

I found that tests failed with the latest GDAL and we're hoping (based on little evidence) that the latest proj (7.1.1) might work but that migration is currently stuck on GDAL's windows build: https://github.com/conda-forge/gdal-feedstock/pull/411, as is an attempt to update to the latest GDAL version: https://github.com/conda-forge/gdal-feedstock/pull/410

Long story sort, I think we're not yet at a point where rasterio is ready to be updated to the latest gdal/proj.

hobu commented 3 years ago

Thanks for the background. That GDAL error looks like something must have changed in the windows include path resolution or definition for the Python extensions.

It would be better for everyone if we just moved those bindings out of GDAL's tree entirely and managed them like normal Python extensions are managed nowadays.