conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
While testing this PR: https://github.com/conan-io/conan/pull/12095 I saw that I couldn't run any command belonging to msys2 (installed packages there) located in `/usr/bin`, but there were tests that work because they...
I have the following issue: Assume the following dependency graph A.requires(B) A.requires(C) C.build_requires(B) that I want to build with dual profile (to prepare for conan 2,0) but with build and...
Hello team, we are facing issue that conan is not able to find some of the packages, all the packages has been successfully installed locally and present in cache. Packages...
Hi, I've tried to create package for OpenVINO project( https://github.com/openvinotoolkit/openvino ) I've made `conanfile.py` in OpenVINO: ``` from conans import ConanFile, CMake class OpenvinoConan(ConanFile): name = "openvino" version = "2022.1"...
Provide an option to the conan_build_info --v2 publish subcommand to be able to specify an artifactory project with a dedicated buildinfo repository where the buildinfo should be stored. Currently one...
### Environment Details (include every applicable attribute) * Operating System+version: Windows 2019 (Visula Studio 17 2022) * Compiler+version: MSBuild version 17.3.1+2badb37d1 for .NET Framework * Conan version: 1.52.0 * Python...
I want to package library that was built with specific set of options/requirements. I'm trying to use `conan export-pkg` for this. I can pass options easily through profile. But I...
### Environment Details (include every applicable attribute) * Operating System+version: macOS Monterey * Compiler+version: AppleClang 13.1.6 * Conan version: 1.52.0 * Python version: 3.10.6 ### Steps to reproduce (Include if...
In conan-center, a common issue on macOS is "all shared" build of autotools based recipes. What happen: - recipe uses `AutotoolsBuildEnvironment` helper since underlying build system is autotools - recipe...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). In `autoreconf()` method of `conan.tools.gnu.Autotools`, the working directory in which autoreconf is called is hardcoded to `conanfile.source_folder` (by the way it's not documented):...