PerseoGI

Results 76 comments of PerseoGI

Here are some traces of the `test_package` running in a armv8 android emulator: ``` $ emu64a:/data/local/tmp $ ls libsfml-audio-d.so libsfml-graphics-d.so libsfml-main-s-d.a libsfml-network-d.so libsfml-system-d.so libsfml-window-d.so test_package $ emu64a:/data/local/tmp $ export LD_LIBRARY_PATH=....

I've successfully compiled this recipe with Android so I'm attaching the compilation process and logs: Android profile: ``` [settings] arch=armv8 build_type=Release compiler=clang compiler.cppstd=17 compiler.libcxx=c++_static compiler.version=17 os=Android os.api_level=34 [tool_requires] android-ndk/r27c [conf]...

Greetings @gav2xlin, Thank you for your report! We are still in the process of giving support to CMake 4 to all our recipes. Some of them are not yet ported....

Hi @skhaz , Thank you for your comment! I've just created a PR to fix the issue [here](https://github.com/conan-io/conan-center-index/pull/27158)

Greetings @offa, Thank you for your report, I've just created a [PR](https://github.com/conan-io/conan-center-index/pull/27163) to give CMake 4 support to `double-conversion` recipe. Thank you!

Hi @philsuess, Thank you for reporting the issue with `qhull`. I've just created a PR which address this issue https://github.com/conan-io/conan-center-index/pull/27224

Greetings @kambala-decapitator, `ogg` recipe was fixed in https://github.com/conan-io/conan-center-index/pull/27067. If you are not seeing the changes, please check out @AbrilRBS 's comment https://github.com/conan-io/conan-center-index/issues/26878#issuecomment-2871526183

Thank you @geirhei for reporting. I've opened a [PR](https://github.com/conan-io/conan-center-index/pull/27530) to give CMake 4 support.

After having successfully installed 0.23.0 in a M chip MacOS, I'm getting this error: ```py import tree_sitter_python as tspython from tree_sitter import Language, Parser, Point, Tree PY_LANGUAGE = Language(tspython.language()) ```...

> @perseoGI #280 was opened on that issue. For some reason the issue is closed even though it has not been resolved yet. > > Did you find a good...