Abril Rincón Blanco

Results 418 comments of Abril Rincón Blanco

Hi @kambala-decapitator thanks a lot for taking the time to report this. There's in fact some disagreement between the code and the expected usage of this feature, where the binary...

Submitted https://github.com/conan-io/conan/pull/19368 with a reproduction case, will work on a fix there :)

> doesn't seem to change anything... I still get those 2 packages in the final JSON file. Typo! It should be `False`, ie `-c:a="tools.graph:skip_binaries=False" > but that means that all...

From https://github.com/vcmi/vcmi-dependencies/actions/runs/20092722587/workflow?pr=21#L230, I see that you're correctly calling the commands Locally, I get: ``` ~/c/m/r/l/all (pgi/libtorch/2.9.1|✔) $ conan graph info --requires onnx/1.16.2 -b='*' -f json > graph.json ======== Input profiles...

Hi! Thanks for taking the time to request the library. Libraries that are not header-only take us a bit to add to the site, so this might take a while...

@orefkov thanks a lot for your contribution. I have now fixed the recipe with the latest changes needed to get this merged, and while reviewing, I noticed that your 1.2.7...

That's great to hear! Note that for future versions, you might want to add a way to switch to simply call `find_package` for your dependencies (the usual is adding a...

@hpe-ykoehler newer CMakeConfigDeps sets `CMAKE_FIND_PACKAGE_PREFER_CONFIG="ON"` which should avoid adding the config patch to all the find_packages. If you try with the newest Conan version, does this still happen without your...

Hi @bradenmcd thanks a lot for taking the time to submit this fix. While reviewing this, I noticed that the openssl headers are also included from the `OpenSSLParameters.h` file, and...

No binaries will be generated by our CI (They don't test anything pre-C++17), and the compilation logs are quite big, so here is the test package result instead, this compiles...