ericLemanissier

Results 162 comments of ericLemanissier

Ok, so jack cannot be found because the recipe is using the conan version of pkgconf, which does not look in the packages provided by the system. A workaround is...

it probably has a `foo/system` package in its requirements, like xorg. It's surprising you don't get `gtk/3.24.24` binaries from CCI, there are some https://conan.io/center/gtk?version=3.24.24&os=Linux&tab=configuration, also, CI used to pass with...

It seems the following are already in CCI: - cassandra driver https://github.com/conan-io/conan-center-index/pull/3110 - immer https://github.com/conan-io/conan-center-index/pull/5522

you need to use the cmake_find_package_multi instead of cmake_find_package when invoking `conan_cmake_configure` For more information read https://docs.conan.io/en/latest/reference/generators/cmake_find_package.html and https://docs.conan.io/en/latest/reference/generators/cmake_find_package_multi.html#generated-files

thanks, it will be solved with https://github.com/bincrafters/conan-mesa/pull/2

Same thing happening here on raspberry os, since cmake 3.22.1 is on pypi: https://github.com/bincrafters/system-packages-checks/runs/4496926552?check_suite_focus=true#step:3:386 ``` + python3 -m pip install cmake Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting cmake Downloading cmake-3.22.1.tar.gz...

``` + python3 -m pip install cmake Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting cmake Downloading https://www.piwheels.org/simple/cmake/cmake-3.22.0-cp37-cp37m-linux_armv6l.whl (15.0 MB) Installing collected packages: cmake Successfully installed cmake-3.22.0 ``` Because there was an...

indeed: https://www.piwheels.org/project/cmake/

also: https://github.com/conan-io/conan/issues/7444