conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### What is your question? Conan version 1.61.0 Python 3.9.2 gcc (GCC) 11.4.0 Docker Linux 7bc5e2533399 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 GNU/Linux debian bullsey When...
### Environment details * Operating System+version: Windows 11 Pro 23H2 * Compiler+version: msvc 193 * Conan version: 2.1.0 * Python version: 3.12.2 ### Steps to reproduce 1. `conan profile detect`...
### Environment details * Conan version: 1.62.0 ### Steps to reproduce According to the Conan Migration Guide the SCM attribute should be replaced with export/source methods as follows: ```python def...
Dear all, when using the C api of libvips/8.15.1, the conversion to pyramidal files does not work at all using the function: vips_tiffsave( inputImage, filename, "pyramid", true, "tile", true, "compression",...
### What is your question? How would I create a lockfile that has the versions, but not the revisions? When I issue the command ```bash conan lock create foo --version...
### Environment details * GhostBSD 24.01.1, FreeBSD jorisp-ghostbsd 14.0-STABLE FreeBSD 14.0-STABLE GENERIC amd64 * /usr/local/bin/clang++15 (15.0.7) /usr/local/bin/gcc12 (12.2.0) * Conan version: 2.1.0 * Python version: 3.9.18 ### Steps to reproduce...
### What is your question? My question is regarding Conan 2.0 and branch versioning. With conan 1.X, we used the channel to distinguish between branches for our versions in our...
Changelog: Feature: Allow ``self.name`` and ``self.version`` in ``build_folder_vars`` attribute and conf. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/12326
### Environment details * Operating System+version: Windows * Conan version: 2.0.15 * Python version: 3.9.13 ### Steps to reproduce 1. conanfile: from conan import ConanFile from conan.tools.layout import basic_layout from...
Changelog: Fix: Avoiding reconfigure process. Using `DESTDIR` instead. Deprecated `reconfigure` param in `Meson.configure() function`. Docs: https://github.com/conan-io/docs/pull/XXXX Closes: https://github.com/conan-io/conan/issues/11910