-
Now that the Cloudfront caching in front of the Conan server is disabled, we need to figure out a way to manually optimize the process.
A large IO bottleneck is the checks that we do to prevent fro…
-
The course strongly encourages using custom user/channel for packages that were _built_ locally, not from Conan Center.
I agree for proprietary recipes or recipes that were written/created out of th…
-
Hi,
inb4: thanks a lot for your work on conan and auto-enabling it with cmake! It is well appreciated.
I am currently migrating a project from conan 1 to conan 2, but running into strange `find_pa…
-
### Description
If I use this package on Ubuntu+Cmake I have some undefined reference errors if I compile my c++ project.
Conan detects prebuild binarys and download and use these if I call conan …
-
`conan_config_install(ITEM /locate/to/file.zip VERIFY_SSL False)`
Once above command is called in cmake, below error is generated.
usage: conan config [-h] {get,home,install,rm,set} ...
conan con…
-
We are trying to come with a proper way to integrate conan in our CI pipeline.
The current idea is something like this:
Note: using a single profile for brevity.
- Automated steps (performed on …
-
We use conan profiles for compiling a project with different compilers. When using CLion together with conan-clion-plugin, I either have to set toolchain manually or have to set CC/CXX variables befor…
-
```
[alex@arch demo1]$ conan install Qt/5.8.0@osechet/testing
Qt/5.8.0@osechet/testing: Not found in local cache, looking in remotes...
Qt/5.8.0@osechet/testing: Trying with 'conan-center'...
Qt/5…
zelid updated
6 years ago
-
* OS: Ubuntu 18.04
* Conan version 1.9.0
```
$ git clone https://github.com/DEGoodmanWilson/libmime && libmime
...
$ conan install .
Configuration:
[settings]
os=Linux
os_build=Linux
arc…
-
Trying **conan.tools.files.download()** from https://docs.conan.io/2/reference/tools/files/downloads.html but facing issue
**Error:**
``C:\Users\sangram.jadhav\handle_sources>conan source .``
…