conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
Changelog: Feature: New ``tools.microsoft.bash:active`` conf to indicate already running inside bash (but not targeting subsystem) Docs: https://github.com/conan-io/docs/pull/XXXX AFTER https://github.com/conan-io/conan/pull/11061 Close https://github.com/conan-io/conan/issues/10900 Open issues: - We don't want to run inside...
attempt to solve issue #11703 - tested with gcc and ld on Ubuntu and a Yocto variant This PR is WIP: * TODO: detect that the linker 'ld' is the...
### Environment Details (include every applicable attribute) * Operating System+version: Ubuntu 20.04 * Compiler+version: gcc-9 * Conan version: conan 1.47.0 * Python version: Python 3.8.10 ### Steps to reproduce (Include...
Changelog: Omit Docs: Omit
In `C:\Users\UserWithé\AppData\Local\Programs\Python\Python310\Scripts`, `conan-script.py` seems to be missing a `# -*- encoding: utf-8 -*-` at the top of the file. The shebang that gives the path to the python interpreter looks...
Hello, I'm trying to use the `build_requires` feature and it's not behaving how I thought I understood it to work. Essentially this is the use case: - All packages are...
Hello, we store our conan recipes in our own JFrog artifactory, so that they can be consumed by our customers. Now we need to ship these packages to some colleages,...
My conan server frequently returns 502 (Bad Gateway) error. Sometimes 503 too. It's due to low memory I think. However, conan command in this case fails to return not zero....
I would like to now how can I pass a path to some executables from an installed packaged. Let's say that I have installed a package AAA that contains the...
* Operating System+version: Linux Mint 20.3 Cinnamon * Compiler+version: clang version 10.0.0-4ubuntu1 * Conan version: 1.50.0 * Python version: 3.8.10 ### Steps to reproduce (Include if Applicable) 1. Running `conan...