conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
Changelog: Fix: Warn when using ``options`` without pattern scope, to improve UX of users expecting ``-o shared=True`` to apply to dependencies. Docs: https://github.com/conan-io/docs/pull/3720
### What is your question? I am using conan 1.60.1 with revisions enabled. I am supporting multiple platforms. I am storing artifacts in the JFrog artifactory. Artifacts are stored here:...
### Describe the bug I'm on ubuntu 20.04 and I'm using conan version 2.2.3. If I set o:h to `shared=True` it does not have any effect and the package is...
### Describe the bug Recently, the freetype recipe changed to use Meson as the build system and it caused this build error on Windows: ``` FAILED: libfreetype.a.p/src_truetype_truetype.c.obj "C:/Program" "Files/Microsoft" "Visual"...
### Describe the bug pm install smartcontractkit/[email protected] File ".\pipx\venvs\eth-brownie\Lib\site-packages\brownie\_cli\__main__.py", line 62, in main importlib.import_module(f"brownie._cli.{cmd}").main() File ".\pipx\venvs\eth-brownie\Lib\site-packages\brownie\_cli\pm.py", line 39, in main fn(*args[""]) File ".\pipx\venvs\eth-brownie\Lib\site-packages\brownie\_cli\pm.py", line 93, in _install package_id = project.main.install_package(uri)...
Changelog: Fix: Handle `tools.build:sysroot` on Meson toolchain Docs: https://github.com/conan-io/docs/pull/XXXX Close: #14987 I added the `sys_root` to the Meson properties and the `--sysroot=sys_root` flag on `c_args`, `cpp_args`, `c_link_args` and `cpp_link_args`.
Feature: Add support for Bazel >= 7.1. This is also requested in #15754. This will **not** break older bazel versions, as just some additional files are generated. I added some...
### Describe the bug # Environment details Operating System+version: windows 11 Compiler+version: msvc 2022 Conan version: 2.0.17 Python version: 3.12.1 # Steps to reproduce Just using xmake to configure my...
### What is your question? Hello, I am trying to install Qt prebuilt binariy on Windows. Here's my profile: ``` [settings] arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=17 compiler.runtime=dynamic compiler.runtime_type=Release compiler.version=193 os=Windows ```...
Changelog: Feature: Allow a recipe to ``requires(..., visible=False)`` a previous version of itself without raising a loop error Docs: https://github.com/conan-io/docs/pull/XXXX