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

### Environment Details (include every applicable attribute) * Operating System+version: Windows 11 * Compiler+version: Visual Studio 2019 * Conan version: 1.51.3 * Python version: 3.10.3 ### Steps to reproduce (Include...

stage: triaging

### Environment Details (include every applicable attribute) * Operating System+version: macOS Monterey * Compiler+version: AppleClang 13 * Conan version: 1.52.0 * Python version: 3.10.6 ### Steps to reproduce (Include if...

### Environment Details (include every applicable attribute) * Windows 10+21H2: * MSVC+16.0: * Conan: 1.51.3 * Python version: 3.10.7 ### Steps to reproduce (Include if Applicable) Try to install boost...

stage: triaging

The [documentation](https://docs.conan.io/en/latest/reference/conanfile/tools/gnu/autotoolstoolchain.html) for AutotoolsToolchain states that: - **configure_args: Additional arguments to be passed to the configure script.** - **By default the following arguments are passed:** - `--prefix`: With the self.package_folder...

Follow-up to https://github.com/conan-io/conan/pull/12031/files, I am not sure we are getting the desired behavior yet.

type: look into

Discuss what is the desired behaviour in the case of [this test](https://github.com/conan-io/conan/blob/527d2f4edf552b6ca0cc15661294da85a15e2443/conans/test/functional/revisions_test.py#L809-L818) for Conan 2.0: - Create a package with scm revision mode. The recipe revision is the hash of...

type: look into

There is a difference in the UX: - When a package recipe has a ``test_package``, and it defines ``self.build_requires(self.tested_reference_str)``, when doing ``conan create`` it will be evaluated as a build-require,...

type: look into

Because they will be translated to file names, variable names, etc in build system scripts created by generators, and many of those will fail, or will need to do unexpected...

type: look into

Following [[question] Is libstdc++11 used in Linux clang? #7002](https://github.com/conan-io/conan/issues/7002) Clang is also affected from C++11 ABI library 'problem'. I my project, I got in (ubuntu 22) CLI ``` $ export...

stage: triaging

- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). There are 47 recipes in conan-center relying on `stdcpp_library()` (mainly to append C++ standard lib to system_libs in package_info() for C++ static libs...

type: look into