Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pin for gdal #922

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update the pin for gdal. The current pinned version is 3.0, the latest available version is 3.2 and the max pin pattern is x.x. This migration will impact 11 feedstocks.

Notes and instructions for merging this PR:

  1. Please merge the PR only if this new version is to be a supported pin.
  2. Feel free to push to the bot's branch to update this PR if needed.
  3. Please make sure to properly bump the version and build number of the pinnings package.

**Please note that if you close this PR we presume that the new pin has been rejected.

@conda-forge-admin please ping gdal

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot.
The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable.
Finally, feel free to drop us a line if there are any issues!
This PR was generated by , please use this URL for debugging

@regro-cf-autotick-bot regro-cf-autotick-bot requested a review from a team as a code owner November 3, 2020 08:08
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-webservice.

I was asked to ping @conda-forge/gdal and so here I am doing that.

@conda-forge-linter
Copy link

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.

@ocefpaf ocefpaf mentioned this pull request Nov 3, 2020
3 tasks
@ocefpaf ocefpaf merged commit 8d35305 into conda-forge:master Feb 2, 2021
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the new_pin-gdal-3.2-0-_h6ee665 branch February 2, 2021 22:21
@gillins
Copy link
Contributor

gillins commented Feb 4, 2021

Should this have moved the libgdal pin also? Seems to have missed projects that link to the C library (libgdal) and only done ones that use the Python library (gdal)...

@ocefpaf
Copy link
Member

ocefpaf commented Feb 4, 2021

Yeah, the bot is still confused on multiple outputs. I'll fix that later today. Thanks for catching up!

@TomAugspurger
Copy link

Just to confirm, that would explain this error message when trying to install rasterio with an explicit gdal=3.2.1?

$ conda create -n rasterio2 -c conda-forge python=3.8 rasterio=1.2.0 gdal=3.2.1
...
Encountered problems while solving.
Problem: package rasterio-1.2.0-py38h033aa8a_0 requires libgdal >=3.1.4,<3.2.0a0, but none of the providers can be installed

@xhochy
Copy link
Member

xhochy commented Feb 5, 2021

Just to confirm, that would explain this error message when trying to install rasterio with an explicit gdal=3.2.1?

$ conda create -n rasterio2 -c conda-forge python=3.8 rasterio=1.2.0 gdal=3.2.1
...
Encountered problems while solving.
Problem: package rasterio-1.2.0-py38h033aa8a_0 requires libgdal >=3.1.4,<3.2.0a0, but none of the providers can be installed

No/yes, this is an indirect consequence of the above. rasterio wasn't yet rebuild against the new libgdal. The rebuild will be triggered by @ocefpaf's change (that didn't land yet?)

@xylar
Copy link
Contributor

xylar commented Mar 1, 2021

Still having trouble in conda-forge/rasterio-feedstock#185

It seems like we need to try to remember to change gdal and libgdal simultaneously when we do these migrations?

@xylar xylar mentioned this pull request Mar 2, 2021
5 tasks
ajschmidt8 pushed a commit to rapidsai/cuspatial that referenced this pull request Mar 5, 2021
Bump `gdal` from 3.1.x to 3.2.x. Supersedes #339. This is inline with conda-forge's current migration to gdal=3.2.x (see conda-forge/conda-forge-pinning-feedstock#922 and https://conda-forge.org/status/#gdal32).

Update on rapidsai/integration is at rapidsai/integration#211.

Authors:
  - Wei Ji (@weiji14)

Approvers:
  - AJ Schmidt (@ajschmidt8)
  - Keith Kraus (@kkraus14)

URL: #347
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants