-
@offa Would you be willing to submit this package to [ConanCenter](https://conan.io/center) to make it available to a wider audience? The instructions for submitting a new package are at .
-
### What is your question?
Hi, I am using a pre-built library binary that I have uploaded into my private conan server and my application is using that . After I uploaded it, I have a runtime error…
-
We build many open sources packages from scratch and publish internally using Conan, then build our own internal libraries against those with Conan.
In https://github.com/conan-io/conan/issues/1564…
-
some packages (e.g. `zmq` - https://ci.appveyor.com/project/bincrafters/conan-zmq/build/job/dg019wo74snxhah8) tend to install MSVC redistributable DLLs, files, such as `msvcp140.dll` or `vcruntime140.…
-
On a fresh install on a Jetson Xavier AGX with Jetpack 5.1.1-b56, I have installed llvm-15 via. conda (conda-forge) and built it in a conda environment with python 3.9. This same method has worked for…
-
Hello,
is it possible to define a single generic recipe that will define an infinite set of package versions? I would like to specify the package like this:
1. The source code for the package can …
-
### Environment Details (include every applicable attribute)
* Operating System+version: Ubuntu 20.04
* Compiler+version: gcc9
* Conan version: 2.0.0-beta5
* Python version: 3.8.10
…
-
The example in **README.md** shows how to consume packages, can it be used to create packages? If yes, what is the best practice?
-
To reproduce:
```
docker run -it -u $(id -u):$(id -g) -v $(pwd):/src -w /src conanio/gcc72:latest bash -c "conan install catch2"
```
errors with
```
ERROR: Can't write version file in '/.c…
-
The settings from the conanfile.py seem to be contradicting and not enabling the install of the fmt bundled inside spdlog
Is this intended?
https://github.com/conan-io/conan-center-index/blob/8cf9…