-
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
coin-clp: conan v2 support #15836
coin-clp: conan v2 support #15836
Conversation
I detected other pull requests that are modifying coin-clp/all 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.
71d12eb
to
229ed4b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
f7a2984
to
b359469
Compare
This comment has been minimized.
This comment has been minimized.
b359469
to
095f6a6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
#16262 will generate coin-utils v2 packages, and it should allow to build coin-osi (unless there are some issue with C++17 like there was in coin-utils). |
draft until #16633 is merged |
Conan v1 pipeline ✔️All green in build 7 (
Conan v2 pipeline (informative, not required for merge) ✔️
All green in build 8 ( |
@@ -1,14 +1,15 @@ | |||
from conan import ConanFile | |||
from conan.errors import ConanInvalidConfiguration | |||
from conan.tools.files import get, apply_conandata_patches, mkdir, rm, rmdir, rename |
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.
Please try to no move things so much, it makes the diff bigger and less likely to be reviewed with the huge backlog 🙏
* conan v2 support * add package_type
this PR requires #15746 & #15834 (fix pkg_config_name for PkgConfigDeps).