-
Notifications
You must be signed in to change notification settings - Fork 43
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
Please add Conan Repository support #46
Comments
Dyno depends on Boost.CallableTraits, which does not have a Conan package yet. Bincrafters are working on it and they should have one soon, at which point I'll look into this again. |
It looks like it's available now - https://bintray.com/bincrafters/public-conan/boost_callable_traits%3Abincrafters |
The Bincrafter's packages appear to be broken in the sense that they don't include the CMake config files necessary to use the libraries from CMake (i.e. |
Also, regardless of the above issue, whether it's reasonable to support Conan will depend on the resolution of conan-io/conan#2463 |
What about this blog post [1] where Bincrafters list this as a highlight of the Boost 1.66 packages release: "FindBoost.cmake : enables CMake files which refer to Boost::xyz to work without change" To me it sounds like it should solve your issue, assuming it works and I'm interpreting it correctly. If it doesn't, maybe a question or a bug report for Bincrafters [2] should be filed. [1] https://bincrafters.github.io/2018/02/12/Conan-Package-Boost-1-66-0/ |
FYI Conan 1.4 added support for non-intrusive integration with CMake - https://blog.conan.io/2018/05/30/New-conan-release-1-4.html |
Support for this is planned -- one thing I need is for Boost.Hana and Boost.CallableTrait's Bincrafters packages to provide the CMake config files. |
Have you filed a bug report? Alternatively you can try a non-modular Boost package from conan-center - https://bintray.com/conan-community/conan/boost%3Aconan. Note that it allows disabling compilation of unneeded libraries. |
I have made a package available as This is my branch for adding the recipe: https://github.com/Lawrencemm/dyno/tree/conan |
Please add Conan Repository support and please upload to a conan repo
The text was updated successfully, but these errors were encountered: