You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conan-io/conan-center-index#2097, I'm attempting to add components support to boost, using extracted data from the boost sources (using yamls).
This means that the options of the boost recipe depend on the contents of a yml.
The yml depends on the version.
This recipe works fine when using as conan create . boost/1.74.0@,
but fails when used with conan-package-tools: conan-io/conan-center-index#3159 (comment)
c3i/conan-package-tools fails because it cannot find the yml: No such file or directory: '/home/conan/w/cci_PR-2097/recipes/boost/all/dependencies/dependencies-None.yml'
So my question is how to dynamically add options to recipes (in this case extracted from the yml) instead of adding all possible options and removing the ones that are not supported.
The text was updated successfully, but these errors were encountered:
Closing this issue as it seems to be working fine and we didn't found a better way of doing so. If conan-package-tools support is still required, please open a new issue there. Thanks!
Hello,
In conan-io/conan-center-index#2097, I'm attempting to add components support to boost, using extracted data from the boost sources (using yamls).
This means that the options of the boost recipe depend on the contents of a yml.
The yml depends on the version.
This recipe works fine when using as
conan create . boost/1.74.0@
,but fails when used with conan-package-tools: conan-io/conan-center-index#3159 (comment)
c3i/conan-package-tools fails because it cannot find the yml:
No such file or directory: '/home/conan/w/cci_PR-2097/recipes/boost/all/dependencies/dependencies-None.yml'
So my question is how to dynamically add options to recipes (in this case extracted from the yml) instead of adding all possible options and removing the ones that are not supported.
The text was updated successfully, but these errors were encountered: