SpaceIm

Results 220 comments of SpaceIm

I can't reproduce your issue. You don't provide a reproducible example and I don't understand where you inject emsdk as tool_requires. So here is one: build profile: ```ini [settings] os=Macos...

worth noting that this PR is required for https://github.com/conan-io/conan-center-index/pull/13406, due to libjpeg version changed from 9d to 9e in CCI recipes (conan considers 9e as a different major version than...

What's the status? Without this bump of libjpeg in jasper, it prevents any c3i build of opencv or recipes depending on opencv (direct or transitive), due to libjpeg major version...

Maybe also https://github.com/conan-io/conan-center-index/pull/13696

It comes from an old commit: https://github.com/conan-community/conan-openssl/commit/e565e0589c9d326db5e0ce9722449d80d9c91e29 /cc @SSE4 Anyway this `debug_suffix` option has no effect for many compilers and openssl versions, so it should be deleted in these cases.

It doesn't match upstream actually.

It's not an error in opencv but libtiff, during CMake configuration. Basically it can't find pow neither in libc or libm, so I guess there is something wrong in this...

I think this PR introduces an error to solve an error coming from https://github.com/conan-io/conan-center-index/pull/11009. objdetect can be built without dnn. Since quirc is the dependency of only one component, objdetect,...

It works fine in the context of vcpkg maybe, but vcpkg shouldn't force you to put an option declaration before `project()`. Actually there is no reason to put this option()...

> `list()` commands are still above `project()`. It's vcpkg specitic stuff, they want to catch that in their toolchain file I guess. But having package manager specific stuff in a...