Replies: 1 comment 1 reply
-
Happy to have this hated in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been thinking about this idea for quite a while and even started experimenting around this but I was wondering if this project should not be the one that host and provide an integration with Conan.
The current Bazel generator of conan has the major drawback that it produces a generated dependencies file along with the binaries at the moment of the
conan install
is run instead of being integrated in the Bazel build from a proper ruleset and binaries built when requested.I feel this would fill a major gap in the use of existing CC libraries with already alot of defined recipes almost removing the need entirely for CC bzlmod modules that is being done around. Those recipes already have alot of configurability and would open up a huge list of libraries and prevent re-inventing the wheels while reducing a major pain to build C/C++ projects with Bazel that requires open source dependencies.
Any thoughts on this ?
Beta Was this translation helpful? Give feedback.
All reactions