-
### What is your question?
Hi,
I am working on an application which is primarily on Linux. We have moved to conan packaging recently. I am exploring Visual Studio IDE. Now, I am using the remote b…
-
Hello there,
I tried to compile CrealityPrint for linux and was getting a lot of errors. I was able to solve SOME of them, but so far have been unsuccessful. Still, I want to document, what I have …
-
### Description
```
def _cppstd_flag(self, compiler_cppstd=None):
...
cppstd_flags.setdefault("17", "17" if clang_version >= "5" else "1z" if clang_version >= "3.5" else None)
cppstd_flags.se…
-
### What is your question?
Hi,
Let's consider a requirement using a _version range_, for example `module/[~4]`.
When Conan installs the requirement for a given _profile_, for instance doing som…
-
Module A depends on module B, and module B depends on module C, write in the conanfile.yml:
requirements:
- moduleB/[1.0]
Module A generates the conan directory, the .props of module B and modul…
-
### What is your question?
Hi,
I tried to find released version of dpdk recipe in https://github.com/conan-io/conan-center-index/tree/master/recipes, but still not available.
Would like to know pla…
-
please... thanks
-
**Is your feature request related to a problem? Please describe.**
Dear Conan Folks,
I use Jenkins as CI Tool. I used this to upload package to Artifactory repo with Conan1.x:
def upload(def ar…
-
## WHY
- There is [Conan](https://conan.io/)
## WHAT
- Explain why you should use not Conan but Asterism.
-
### What is your suggestion?
I would like to be able to download a self-contained zip file for Conan releases targeting **Linux ARM64**.
Currently I can only find **Linux x86_64** or **Mac ARM64**…