-
Notifications
You must be signed in to change notification settings - Fork 231
Bump the GMT version to 6.6.0 in CI #4018
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
Conversation
It seems there are conflicts between GMT and contextily. |
Yes, GMT 6.6.0 was built on GDAL 3.11, and
|
rasterio v1.4.4 will be the release that supports GDAL 3.11, but it's unclear when it will come out. I'm wondering if we should rebuild GMT 6.6 with GDAL 3.10 instead, so that we can at least have a build that can be used in our CI. Of course, we need to rebuild GMT 6.6 again with GDAL 3.11 later. |
New GMT 6.6 build in #329 still doesn't work, likely because conflicts with geos or proj
|
Tried locally and the resolver worked, just needed to wait for the conda-forge CDN to refresh after merging conda-forge/gmt-feedstock#329 (usually takes an hour or two). I've re-ran the CI jobs and GMT 6.6 seems to be working now with ghostscript 10.04.0 🎉 Let's test on ghostscript 10.05.1, and then 10.06.0. |
Bumps [ghostscript](https://www.ghostscript.com) from 10.04.0 to 10.05.1. - [Release notes](https://github.com/ArtifexSoftware/ghostpdl/releases/tag/ghostpdl-10.05.1) - [Changelog](https://ghostscript.readthedocs.io/en/gs10.05.1/News.html) - [Commits](ArtifexSoftware/ghostpdl@ghostpdl-10.04.0...ghostpdl-10.05.1)
Bumps [ghostscript](https://www.ghostscript.com) from 10.05.1 to 10.06.0. - [Release notes](https://github.com/ArtifexSoftware/ghostpdl/releases/tag/ghostpdl-10.06.0) - [Changelog](https://ghostscript.readthedocs.io/en/gs10.06.0/News.html) - [Commits](ArtifexSoftware/ghostpdl@ghostpdl-10.05.1...ghostpdl-10.06.0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have tested GMT 6.6 with ghostscript 10.05.1 and 10.06.0, no major issues it seems. Test failures are just the usual Windows segfaults.
I'll let you decide @seisman whether to merge this in for PyGMT v0.17.0 or not.
See checklist at #4017.
Previous PR at #2962.