-
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-osi : added 0.108.7 #15262
coin-osi : added 0.108.7 #15262
Conversation
This comment has been minimized.
This comment has been minimized.
OK, didn't expect that (was following https://docs.conan.io/en/latest/reference/config_files/conandata.yml.html?highlight=conandata) Need to check what it is the recommended way for managing different requirement versions |
5ee3411
to
ea6554a
Compare
This comment has been minimized.
This comment has been minimized.
conandata 'requirements' is not allowed by conan-center hooks
This comment has been minimized.
This comment has been minimized.
Not very pleased with the way I has to use for managing requirement versions, should be great to have some conandata.yml 'requirements' entry supported by conan-center. Would be happy to discuss and work on the (which should just be an update of HK-0030 ?) Well, if this PR is accepted as is, I'll updated other PR using the same approach. Btw, thanks for that amazing tool ! |
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.
That's a uncommon case, usually we use only the latest version available in Conan Center. But this project needs a specific version, there is no problem adding a condition in the recipe. We did not pass it conandata, because it's not a normal case and it's a small recipe. There are few cases like Boost and Qt where we list library modules in yaml files, but it's an exceptional case.
* coin-osi : added 0.108.7 * coin-osi : requirement version management in conanfile conandata 'requirements' is not allowed by conan-center hooks
Specify library name and version: coin-iso/0.108.7
Dependency of coin-cbc/2.10.8
Linked PR : #15261