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
trafficstars

Hi, The documentation mentions a bug in current implementation of the semver_direct_mode() https://docs.conan.io/en/latest/creating_packages/define_abi_compatibility.html?highlight=semver_direct_mode Is there any workaround for this? C -> B -> A -> icu How to define it...

After introducing `tools.cmake.cmaketoolchain.presets:max_schema_version` https://github.com/conan-io/conan/pull/11655 `conan build .` stops working. For schema version=2 toolchainFile is not specified, chacheVariable['CMAKE_TOOLCHAIN_FILE'] used instead https://github.com/conan-io/conan/blob/5251fbcabf9b84e4983db93d546999360e2b05a9/conan/tools/cmake/presets.py#L77-L80 But `conan.tools.cmake.CMake.__init__()` doesn't take it in account. https://github.com/conan-io/conan/blob/5251fbcabf9b84e4983db93d546999360e2b05a9/conan/tools/cmake/cmake.py#L58-L60 ### Environment...

stage: triaging

i dig the document, and try to understand, it is seems that user could use editable mode to debug or develop a package from source code, am i right? but...

type: question

The problem occurs when trying to build a build requirement C from a lock file with the "--build-require" argument provided and using a dependency graph like this A.requires(B) A.build_requires(C) B.requires(C)...

I have a virtual repository which passes through to one local and one remote repository. There have been a few times where I get baffling error messages due to permissions...

component: artifactory

Changelog: Bugfix: If the 'os' is not specified in the build profile and a recipe, in Windows, wanted to run a command, it failed to prepend the build environment launcher...

- [ x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). - I found the CMakeDeps will generate the package cmake files to the buildfolder/generators - This folders is auto create by conan...

type: question

### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 21H1 19043.1826 * Compiler+version: msvc 193 * Conan version: 2.0.0-beta2 * Python version: 3.10.5 ### Steps to reproduce...

type: bug

I've again revisited the idea of having a Yocto SDK as a conan package (see also https://github.com/conan-io/conan/issues/5059) + profile tool requirement. --- There is the cross compilation profile: **profile: cross**...

type: look into
type: feature

Look into revisiting the expected behaviours with regards to variable substitution in profiles

type: look into