community
community copied to clipboard
Central repository for issues and recipes
In 3.1.5 wxWidgets started appending the system name to the library file names (only when cross compiling): ``` if (CMAKE_CROSSCOMPILING) set(cross_target "-${CMAKE_SYSTEM_NAME}") endif() ``` The build fails because conanfile.py doesn't...
Ported from https://github.com/bincrafters/conan-binutils
### Problem Cross compile **Aarch64** application libraries that have dependencies on boost libraries (using bincrafters boost*/1.69.0) results in the correct ELF file format for the application library but not for...
Hello, I'm having trouble with bincrafters-package-tools for APPLE_CLANG 10 on Github Actions. I'm getting an error that seem to imply the SDK root and/or Mac OS deployment target or something...
Done ✔️/ ❌ | URL | Result (merged, irrelevant, outdated...) -------------- | ------------------------------------------------------- | ----------------------------------------- ❌ | https://github.com/bincrafters/conan-sdl2/pull/29 | ✔️ | https://github.com/bincrafters/conan-sdl2/pull/35 | New PR: #1323 ✔️ | https://github.com/bincrafters/conan-sdl2/pull/30 |...
## Description Add WinPcap/4.1.2 recipe. Please note this is the latest stable version of WinPcap and not the dev version that was previously built from source here: https://github.com/bincrafters/conan-winpcap This package...
### Package and Environment Details (include every applicable attribute) * Package Name/Version: **boost_system/1.69.0** * Operating System+version: **Windows 10** * Compiler+version: **MSVC v142 (VS 2019)** * Docker image: **Unknown** * Conan...
Proof of concept: https://github.com/blockspacer/cling_conan.git My use case: I use libtooling and cling to parse and execute C++ code at compile-time. https://github.com/blockspacer/CXXCTP Related to: https://github.com/root-project/cling/issues/342 https://github.com/bincrafters/community/issues/292
### Description of Problem, Request, or Question It appears it's not possible to build/create in CI as l`ib/x.y.z@` (aka `lib/x.y.z@_/_`. Setting `CONAN_USER=_` and `CONAN_CHANNEL=_` errors. As does setting them to...