[package] Boost: Allow unknown platforms
See original GitHub issuePackage and Environment Details (include every applicable attribute)
- Operating System+version: Linux Mint 19.1
I have a private cross-compiler (linux-x86_64 to e2k) and i can’t build ‘boost’, for example, for this reason
raise Exception("I'm so sorry! I don't know the appropriate ABI for your architecture. :'(")
Can we use warning instead of error in this case? May be, conan also should support it?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
B2 User Manual - 1.81.0 - Boost C++ Libraries
The --use-package-manager=NAME command line option allows one to non-intrusively specify per invocation which of the built-in package manager types to use.
Read more >CMake is not able to find BOOST libraries - Stack Overflow
Try to complete cmake process with following libs: sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev.
Read more >cmake 3.21 cannot use Boost compiled libs with ROCMClang
Install development packages for a compiled Boost library. In the example below, I'm using libboost-program-options-dev. Reproducer:.
Read more >FindBoost — CMake 3.25.1 Documentation
This module finds headers and requested component libraries OR a CMake package configuration file provided by a "Boost CMake" build. For the latter...
Read more >Boost.Build V2 User Manual
Build package, but rather the version bundled with the Boost C++ ... The install allows you to specify only the top-level executable targets....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
so far, only ARM hard-float required special flags. I guess we should use no flags for all unknown platforms and just print warning, that should be enough.
we definitely should allow arbitrary platforms and only issue a warning for the unknown things, not preventing them