Luis Caro Campos

Results 24 issues of Luis Caro Campos

* user's project already has a CMakePresets.json that specifies / defines the dependency provider as a cmake cache variable * Conan generates a CMakePresets that causes Visual Studio IDE to...

New page in this section: https://docs.conan.io/2/examples/cross_build.html Things to take into consideration: * Using a `gcc` for the generic `arm-none-eabi` target * The current `cpu` setting may not be enough to...

### What is your question? See discussion: * https://github.com/conan-io/conan-center-index/pull/23439#issuecomment-2049703319 * https://github.com/conan-io/conan-center-index/pull/23439#issuecomment-2049780438 * https://github.com/conan-io/conan-center-index/pull/23439#issuecomment-2066229287 See: https://github.com/conan-io/conan-center-index/pull/23484 https://github.com/conan-io/conan-center-index/pull/23465 https://github.com/conan-io/conan-center-index/pull/23464 https://github.com/conan-io/conan-center-index/pull/23463 https://github.com/conan-io/conan-center-index/pull/23455 https://github.com/conan-io/conan-center-index/pull/23452 https://github.com/conan-io/conan-center-index/pull/23451 https://github.com/conan-io/conan-center-index/pull/23450 https://github.com/conan-io/conan-center-index/pull/23449 https://github.com/conan-io/conan-center-index/pull/23448 https://github.com/conan-io/conan-center-index/pull/23447 https://github.com/conan-io/conan-center-index/pull/23446 https://github.com/conan-io/conan-center-index/pull/23443 https://github.com/conan-io/conan-center-index/pull/23441 https://github.com/conan-io/conan-center-index/pull/23439 https://github.com/conan-io/conan-center-index/pull/23280...

question

### Package Name/Version llvm/* ### Webpage https://llvm.org/ ### Source code https://llvm.org/ ### Description of the library/tool This issue is to gather information about potential use cases of an `llvm` recipe,...

library request

### What is your suggestion? When the CMake generator is a Visual Studio one, for example `Visual Studio 17 2022` (see docs https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators), there are systems in which there are...

### What is your question? From: https://cpplang.slack.com/archives/C41CWV9HA/p1714639717500339 Profile: ``` [settings] arch=armv8 build_type=Debug compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=12 os=baremetal [conf] tools.build:cflags=["-mcpu=cortex-m0plus -mthumb"] tools.build:cxxflags=["-mcpu=cortex-m0plus -mthumb"] [buildenv] CC=/usr/bin/arm-none-eabi-gcc CXX=/usr/bin/arm-none-eabi-g++ AR=/usr/bin/arm-none-eabi-ar AS=/usr/bin/arm-none-eabi-as RANLIB=/usr/bin/arm-none-eabi-ranlib LD=/usr/bin/arm-none-eabi-ld STRIP=/usr/bin/arm-none-eabi-strip...

### What is your question? example use case ``` from conan.tools.build import valid_max_cppstd def package_id(): if self.info.settings.get_safe("compiler.cppstd") and not valid_max_cppstd(self, "14"): self.info.settings.compiler.cppstd = "14" def generate(): cppstd = self.settings.get_safe("compiler.cppstd") if...

type: look into

### What is your suggestion? For some libraries, we may have the following situation: A) The library uses C++ features that have been removed from newer standards, i.e. it can...

type: look into

Qt: fix issue where CI generates binaries that differ from user environments. The environment variable was added for a specific case where CI should not _skip_ binary generation for reasons...

No longer relevant: * Conan 2 is mandatory in all PRs, so invalid syntax will be immediately shown. Historically, this was useful when there was no Conan 2.0 pipeline running.

GitHub config