hpe-ykoehler
hpe-ykoehler
@memsharded last time I tried with conan 2.11, I had an issue cross-compiling the conan-center-index recipes with the option, was this attempted since and what were your result?
I just try with conan 2.19 and hit an issue with libiconv where the iconv.h include statement in test_package worked but the next line #include "libcharset.h" didn'.t I think I...
@memsharded I think I was answering the question properly. The CMakeConfigDeps cannot go out of incubating until successfully compilation of conan-center-index occurs, right? As such, I was pointing out that...
The out-of-source build feature (also referred to as parallel build trees) of autotools/automake is not new. You can find many articles about it on Google. And you can pull recent...
Interesting, is there a way to harmonize those two layout so that we can set the build folder to be similar independently of cmake/autotool usage, which is really what I...
I have to agree with HekyM, a reproducible build means you build using the same artifacts, not the same source of the artifact, so building with PREV 1 is not...
That would require modifying all existing Conan recipes that I am using to make that possible. I.e., we use a couple of conan-center-index; the above seems like we would have...