-
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
pdal: migrate to Conan v2, bump to v2.6.0, unvendor all available packages #21296
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @valgur, I know it's difficult to give some ETA, but can you guess how difficult it will be to finish this migration? We are in fact waiting for the byproduct of this migration, i.e. the 2.6 version of the package. Thanks for your effort! |
@zap150 The recipe itself should be usable, but it's blocked by two PRs (GDAL and Arbiter). GDAL should be merged any day (or week) now, no idea about Arbiter. If it's an option for you, you can upload the recipe to you own package repository or include it in your source repositary and use this hack: https://github.com/valgur/cupoch/blob/67d4276956d546b46e8b4e27e5ef095229a30e64/conanfile.py#L99-L105 |
Thank you! About |
@marxin arbiter seems to be an essential package from what i can see in PDALs CMakeList |
@valgur now that gdal is merged. Could you look into my suggestions that way we can get pdal merged as well soon :) |
This comment has been minimized.
This comment has been minimized.
@valgur I vaguely followed the conversation regarding the unvendoring of packages for PDAL, seems like it is not going to happen. So i was wondering what happens now? Do you plan to package PDAL using their vendored packages? or is the conversation still up for debate? |
arbiter will not be added to CCI as a separate package conan-io#21271 (comment)
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.
Should merge #23233 first to fix the GDAL recipe bugs. |
Conan v1 pipeline ❌Failure in build 2 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 2 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Blocked by