Roberto Turrado Camblor
Roberto Turrado Camblor
I've been using the Conan plugin for CMake. **Great job by the way! 🥳 So much needed and appreciated.** 👏 In my case, I had to remove the two following...
> Thanks for the report @rturrado > > What was exactly the error that made you remove the lines from ``generate()``? Maybe the one saying that the generator is "repeated"?...
> Hi @rturrado I've directly pushed to your branch some changes, please check them and let me know if you agree with those. I've taken the target name from https://github.com/cmuparlay/parlayhash/blob/main/examples/CMakeLists.txt#L2,...
No problem at all!
> Hi! Thanks a lot for your contribution. I have some minor changes needed before merging, but overall looks good, thanks a lot! Many thanks, Rubén! And thanks for having...
Hi all, Any idea why this hook is reporting an [error](https://c3i.jfrog.io/c3i/misc/logs/pr/17719/12-linux-gcc/libqasm/0.5.5//b91d4c850085ce839f1cd3308ec904a1a58da7ea-build.txt) for `fPIC`? ``` [HOOK - conan-center.py] pre_build(): ERROR: [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not managed correctly. Please remove it...
> Hi all, > > Any idea why this hook is reporting an [error](https://c3i.jfrog.io/c3i/misc/logs/pr/17719/12-linux-gcc/libqasm/0.5.5//b91d4c850085ce839f1cd3308ec904a1a58da7ea-build.txt) for `fPIC`? > > ``` > [HOOK - conan-center.py] pre_build(): ERROR: [FPIC MANAGEMENT (KB-H007)] 'fPIC' option...
Hi all, My latest commit is failing in the installation phase because no `licenses` folder is found (see [here](https://c3i.jfrog.io/c3i/misc/logs/pr/17719/13-linux-gcc/libqasm/0.5.6//a25d6c83542b56b72fdaa05a85db5d46f5f0f71c-build.txt)). This is the actual error message: ``` [HOOK - conan-center.py] post_package():...
> Hi all, > > My latest commit is failing in the installation phase because no `licenses` folder is found (see [here](https://c3i.jfrog.io/c3i/misc/logs/pr/17719/13-linux-gcc/libqasm/0.5.6//a25d6c83542b56b72fdaa05a85db5d46f5f0f71c-build.txt)). This is the actual error message: > >...
TODO: check why `macos/clang13/M1-arm64` fails (see logs [here](https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/17719/15-macos-m1-clang/libqasm/0.5.6//summary.json)). I've changed the recipe now to support only from `apple-clang 14` onwards, but that leaves us with zero macos/clang binaries built. TODO:...