-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gdal: migrate to Conan v2 #19298
gdal: migrate to Conan v2 #19298
Conversation
valgur
commented
Aug 19, 2023
•
edited
Loading
edited
- Resolves [package] Gdal 3.4.1: Version conflict: libgeotiff libtiff #20843
- Resolves migrate gdal to conan v2 #19041
- Resolves [request] GDAL/3.7.0 #17984
- Resolves [question] GDAL RECIPE NOT CONAN 2.0 READY #17830
- Resolves Version Conflict #16935
- Resolves [package] gdal/3.5.2: recipe is not working for conan 2.0 #16479
- Resolves [package] gdal/3.5.[1-2]: missing 'res' folder in package #15660
- Resolves [request] gdal/3.6.0 #14166
- Resolves [package] gdal/3.5.2: Cannot link due to undefined reference to arc4random #13801
I detected other pull requests that are modifying gdal/post_3.5.0 recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
depends on #19301 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@uilianries Could you help with |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@uilianries @SSE4 @RubenRBS |
@RubenRBS @mayeut |
@franramirez688 @uilianries @RubenRBS |
@franramirez688 @uilianries @RubenRBS @SSE4 |
recipes/gdal/post_3.5.0/conanfile.py
Outdated
jsonc = self.dependencies["json-c"] | ||
jsonc.cpp_info.includedirs.append(os.path.join(jsonc.package_folder, "include", "json-c")) |
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.
I've created the PR #22752 to include the extra folder to json-c. Indeed gdal is correct in include that path directly.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 76 (
Conan v2 pipeline ✔️
All green in build 76 ( |
Thank you for the review and the fixes @uilianries! Is there anything else you would like to review or change? All of the existing review comments seem to have been addressed for now. |
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.
LGTM. I gonna ask @franramirez688 for a last review.
@valgur I see you are not listed as Community reviewer, so I would like to ask if we could add you, so any of your PR review will count to be merged. Actually, it was a mistake not asking you before. |
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.
Looks good! 👏
Whew, glad to see it finally merged. 😀 🎉 @uilianries Thank you for the offer! I would gladly help out as a community reviewer in any way I can. |