SpaceIm
SpaceIm
It's unrelated, I can build boost with Visual Studio without numpy installed.
After lot of tests (build each component one by one, with its internal dependency graph of course), I've isolated the component which fails with MinGW, it's `fiber`. This component has...
I see that boost recipe doesn't set `threadapi` flag for b2. Is it not an issue for MinGW with posix thread?
@uilianries @AbrilRBS @jcar87 @danimtb Could you review this one please? It's waiting for a final reviewer for 9 months 🥲
Related to https://github.com/conan-io/conan/issues/12546 & https://github.com/conan-io/conan/issues/7460 Can be fixed in recipe itself (example: https://github.com/conan-io/conan-center-index/blob/52182ce4a3ded0d2b81662b458651eff88711322/recipes/icu/all/conanfile.py#L125-L131), but it would be nice if conan client could handle that.
Is it better with https://github.com/conan-io/conan-center-index/pull/14282?
Feel free to reopen this issue. I guess https://github.com/conan-io/conan-center-index/pull/14282 has fixed cross-build from x86_64 to x86, but as you said probably not to ARM64.
Sorry I can't, I'm not a maintainer. /cc @uilianries
libiconv expects windres as a resource compiler. windres comes from binutils, and is exposed in libiconv recipe through msys2. There are 2 issues: - in libiconv recipe, windres calls don't...
Approvals of community reviewers are not taken into account anymore by merge bot?