conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### What is your question? Hi, I have problem with conan2. Path to folder with test_package/conanfile.py is 126 symbols and MSVC compiler can't work with long pathes on Windows yet...
### Environment details * Operating System+version: Ubuntu 22.04 * Compiler+version: N/A * Conan version: 2.1.0 * Python version: 3.10.8 ### Steps to reproduce 1. ```conan lock create -r myremote -u...
### Environment details * Operating System+version: Linux * Compiler+version: N/A * Conan version: 2.1.0 * Python version: 3.10.12 ### Steps to reproduce Specifying package options does not work when these...
### Environment details * Operating System+version: Ubuntu 22.04 * Compiler+version: N/A * Conan version: 2.1.0 * Python version: 3.10.8 ### Steps to reproduce 1. Have a package that does not...
### What is your question? Hello, I would like to create CI jobs that run exclusively on linux runners. Since people in my company use Visual Studio extensively, I have...
### Environment details * Operating System+version: Windows 11 Pro (22H2) * Compiler+version: Visual Studio (I use 10 & 17 but I believe any version will see the same error) *...
### What is your suggestion? As described in https://docs.conan.io/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html Conan provides the means to specify a custom presets file name that can be later on included by the custom `CMakeUserPresets.cmake`....
### What is your question? Hi, The order in which generators are called seems to vary, which is problematic for my use case. I have a custom generator, NoCMakeUserPresets, intended...
### Environment details * Conan version: >= 2.1.0, specifically any version after https://github.com/conan-io/conan/pull/15514 ### Steps to reproduce Any Git(self).clone command will no longer log the URL, instead show ``. ###...
Changelog: Bugfix: Fix version precendence for metadata version ranges Docs: Omit I suspect more things are still needed