-
git clone https://github.com/conan-io/training
cd training/docker_environment
docker-compose up -d
docker exec -it conan-training bash
error
xecutor failed running [/bin/sh -c /scripts/bootstr…
-
### Problem Description
I tried to write my own `CMakePresets.json` specifying `-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake` to simplify the step of configuring the project.
Click to…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **spirv-cross/cci.20211113**
* Operating System+version: **Linux Ubuntu 21.10**
* Compiler…
-
### Description of Problem, Request, or Question
I try to run conan package tools with export CONAN_USE_DOCKER=1, but get an error:
>> Running builds...
Page: 1/1
+-----+-------…
-
### Description
We have a local Artifactory instance running (conan-local) where we host our internal as well as external packages. What I am actually trying to do is compile qt/5.15.10 for gcc7. It …
-
The `arm-linux-gnueabihf-gcc` version included in Docker image is 9.4.0 and that causes the exercise to fail.
Changing `compiler.version=9` in `rpi_armv7` fixes the failure
```
-- Conan: Compiler…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **libtorrent/1.2.3**
* Operating System+version: **Ubuntu 20.04**
* Compiler+version: **clang8…
-
### What is your question?
Hi everyone,
I'm working on establishing Conan packages and a CI pipeline for a product line of applications built from a shared set of modules, each contained in its ow…
-
C++的三方库依赖,可以使用[conan](https://conan.io/)或者[vcpkg](https://github.com/microsoft/vcpkg)
例如conan的配置:
conan.txt
```ini
[requires]
protobuf/3.15.5
libevent/2.1.12
lz4/1.9.3
yaml-cpp/0.6.3
[g…
-
### Description of Problem, Request, or Question
### Environment Details
* Conan Package Tools Version: **0.23.0**
* Operating System: **Linux**
* Operation System Version: **Centos 7 as well as…