conan icon indicating copy to clipboard operation
conan copied to clipboard

Conan - The open-source C and C++ package manager

Results 760 conan issues
Sort by recently updated
recently updated
newest added

- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Is it somehow possible if the conanfile is invoked by a `conan install` command or a `conan create` command? I would like to...

stage: triaging

### Environment Details * os: Ubuntu 22.04 * gcc version: 11.2 * conan version: 1.51.1 * python version: 3.10.4 ### Steps to reproduce In an empty directory create a `conanfile.txt`...

stage: triaging

I try to cross compile in **msys2** shell with conan for an embedded OS. I am confused about the problems to build the `conan-zlib` package with conan. https://github.com/conan-community/conan-zlib/issues/32#issuecomment-379673414 I have...

### Environment Details (include every applicable attribute) * Operating System+version: macOS Montery * Compiler+version: AppleCland 13 * Conan version: 1.51.1 * Python version: 3.9.13 ### Steps to reproduce (Include if...

Hello, I am also on conan 1.48.0 and I have a question about how package/recipe hashes are calculated and at large, if I am using conan correctly. The context for...

### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: Visual Studios 16 * Conan version: 1.51.0 * Python version: 3.8.2 ### Steps to reproduce (Include...

Currently, `cmake_layout()` defines _build_ as the basename for a build folder in layout.py: build_folder = "build" if not subproject else os.path.join(subproject, "build") However, this default collides with some of our...

For some automated license report and we would need to have access to the attributes `description, `license` and `homepage` which can be set in the conan recipe. As self.deps_cpp_info, self.deps_env_info...

If one wants to access other folders than the provided ones (like resources), the provided variables dont contain enough information to access these folders. Provide a new variable, `PACKAGE_ROOT__` pointing...

* Operating System+version: Centos 9 Stream * Compiler+version: GCC 11.3 * Conan version: 1.50.0 * Python version: 3.9.13 In /usr/local/lib/python3.9/site-packages/conans/client/tools/oss.py: ``` @property def with_yum(self): return self.is_linux and self.linux_distro in ("pidora",...

stage: triaging