aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/boost.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: boost: update to 1.69.0tobtoht2025-02-181-4/+4
|
* depends: boost: update to 1.66.0tobtoht2025-01-071-5/+5
| | | | | | | | | | | | -DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes: /monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3: warning: "<experimental/string_view> has been removed. Use <string_view> instead." [-W#warnings] /monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12 : error: no member named 'experimental' in namespace 'std' using std::experimental::basic_string_view; ~~~~~^
* Boost 1.64 doesn't recognize arm64 darwinHoward Chu2022-05-061-2/+3
|
* depends, docker: fix bintray linksselsta2021-04-271-1/+1
|
* Add ARFLAGSHoward Chu2019-11-171-1/+3
| | | | Needed to invoke deterministic mode on some archivers
* depends: Add FreeBSD supportHoward Chu2019-11-141-0/+1
|
* Add Android supportHoward Chu2019-11-031-0/+2
|
* Remove visibility settings from boost.mkTheCharlatan2018-12-271-1/+1
| | | | | Clang gave a visibility error when compiling boost with visibility hidden.
* Add support for apple and arm buildingTheCharlatan2018-09-101-7/+7
| | | | | | Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
* Modify depends for monero's dependenciesTheCharlatan2018-09-101-5/+5
| | | | | | | | | | | | | | | | | | | Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows.
* Initial depends additionTheCharlatan2018-09-101-0/+41
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.