Martin Valgur

Results 231 comments of Martin Valgur

With these minor additional changes I managed to get introspection working for [`gdk-pixbuf`](https://github.com/valgur/conan-center-index/blob/c82fe22c94f850d4ba593164cea78ba9be3b246b/recipes/gdk-pixbuf/all/conanfile.py) with some [tweaks](https://github.com/valgur/conan-center-index/commits/dev/recipes/gdk-pixbuf/all/conanfile.py). :slightly_smiling_face: I also got a preliminary version of introspection working for GTK 4 (https://github.com/valgur/conan-center-index/commit/c82fe22c94f850d4ba593164cea78ba9be3b246b)...

I got the introspection to work for GTK 4 and all the necessary dependencies as well now. Fortunately, there was no need to use `gobject-introspection` in `glib`. The introspection info...

@uilianries `ERROR: Missing prebuilt package for 'sdl/2.26.5'`

It looks like the error occurs in GTK and is only tangentially related to OpenCV. I suspect the issue is caused by `gtk/system` being used and it transitively linking against...

Can you also fix the missing exported define when `eigen_max_align_bytes=True`? https://github.com/ouster-lidar/ouster-sdk/blob/master/CMakeLists.txt#L63 Not applying the define in consuming code causes crashes on Eigen memory de-allocation in the SDK due to alignment...

One more use case that the `CONAN_ISOLATE_HOME` feature unlocks (at least as far as I'm concerned) is the ability to precisely control the remotes used during `conan install`: ```cmake set(CUSTOM_REMOTE_PATH...

Hmm... that's a fair point. Would this be considered for inclusion if I refactored it into a separate `.cmake` module?

Thanks! You will also need to list OpenMP in the `package_info()` linker flags for static builds to work for consumers. See the code snippet in #24577 for an example, but...

Could these issues also be addressed in the reworked CMakeDeps, maybe? - #12180 - #12012 - #15386 The need to set `CMAKE_TRY_COMPILE_CONFIGURATION` is a very common pitfall when building external...