-
-
Notifications
You must be signed in to change notification settings - Fork 16
Rebuild for gdal33 #179
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
Rebuild for gdal33 #179
Conversation
…nda-forge-pinning 2021.05.23.06.20.32
|
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 ( |
|
Builds are failing on this error:
This is to do with GDAL deprecating the GPSTrackMaker (GTM) format (see https://lists.osgeo.org/pipermail/gdal-dev/2021-March/053590.html). Related to upstream issue at OSGeo/gdal#3876. Should the |
|
Failing tests on Linux: |
|
@weiji14 for some reason your old comment did not appear to me when I added mine above! I'm not sure we should rebuild gdal with that option at this point. Fiona is fine with older gdal and we don't really need it to be ready for latest one ASAP. We can wait for upstream to fix it. Or, we can just ignore those errors. What would be the damage in that case? |
Probably best to leave gdal as it is. My original idea was to set environment variable |
Gentle nudge. Can the environment variable be set somewhere at these lines in fiona-feedstock/recipe/meta.yaml Lines 62 to 65 in f491794
I know that |
|
I've opened an issue earlier regarding Fiona 1.8.20 not being compatible with gdal33, but just came across this PR. If you wish to set environment variables in the build, I believe that this can be done this way: https://docs.conda.io/projects/conda-build/en/latest/user-guide/environment-variables.html#inherited-environment-variables |
|
Update on this: I've created a local build using linux64 and Python 3.9 adding the following to build:
script_env:
- GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YESAlso, I believe this should be okay to use since they are also using this envvar in the Fiona CI/CD pipeline upstream. However, there is one other test failing when building with libgdal 3.3+ that was not spotted earlier. I believe that the solution to this would be change the mode of the PCIDSK to "raw" from "rw" here. Should we take this issue upstream? |
Yes, that would be welcome. I will push your suggestion to this PR. Thanks for looking into it! |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2021.06.14.12.21.47
|
Indeed, the one linux build I checked now only has the I am not sure if we could simply skip that test here for now? |
It's possible to skip this test alone by adding |
|
Yes, that can be added in the So my question was mainly: is it OK to skip this and upload the package without "fixing" it (but didn't really look into the actual failing case, so not sure there is something that needs to be "fixed") |
|
Good question. I think that skipping this test is likely okay until the issue is "fixed" upstream. My understanding of the issue is that the PCIDSK driver now also supports append mode in libgdal 3.3 (as well as read and write). The test indicates that Fiona is only allowing read and write. I would speculate that the test was put in place so that any new upstream GDAL driver features / changes are quickly adopted/fixed. I don't see much of a harm in skipping the test for now, but I wouldn't swear on it either |
If that's the case, then yes skipping the test should indeed be fine. Will push a commit for that. |
|
The OSX Python 3.9 build seems to have failed, but the log seems to be completely empty for the build. Perhaps a glitch in the pipeline? I think retriggering the pipeline might sort it out |
|
Let's try to restart it. @conda-forge-admin, please restart ci |
|
Looks like it worked! |
This PR has been triggered in an effort to update gdal33.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
This package has the following downstream children:
And potentially more.
If this PR was opened in error or needs to be updated please add the
bot-rerunlabel 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 botin a PR comment to have theconda-forge-adminadd 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 https://github.com/regro/autotick-bot/actions/runs/868193078, please use this URL for debugging