James
James
Transferring this to ConanCenter, this wouldn't be a Conan issue, but a ConanCenter recipe issue.
Hi @wizard-123 Thanks for your question. The deployers are not something that are specific of ``conanfile.py``. A deployer is something that can be applied to any ``conanfile``, including dependencies, you...
Any further question or comment here? Thanks for the feedback.
Hi @phamelin Thanks for the report. Note there are different challenges when using git-bash as the terminal to run Conan. For example there is https://github.com/conan-io/conan/issues/16963, when it makes very hard...
Thanks for the report. As a workaround, it seems that opening a cmd shell when in git-bash works: ``` cmd conan install --build=missing . # Without the confs for the...
Hi @pklip Thanks for your question. I think your understanding and analysis is correct, and it is expected that ``VirtualRunEnv`` doesn't take ``tool_requires`` into account. The ``tool_requires`` are tools that...
> Now, I could add an explicit runtime dependency like self.requires("gcc/11.4.0@me/stable", run=True), but that needs to be specified in basically every single recipe since profiles can only declare tool_requires (i.e....
Hi all, There are a couple of aspects I'd like to highlight regarding the behavior and potential issues. - When a package is a ``tool_requires`` to other package, its binary...
Hi @radonish Thanks for your question. First, the ``transitive_headers=True`` are only necessary if the public headers of the package is ``#including`` the headers of the ``libx/1.0`` and ``liby/1.0`` respectively. This...
Hi @radonish I hope you had some nice holiday season too! Thanks for following up and the feedback. I hope you had some nice holiday season too! It is indeed...