aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/packages.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07Merge pull request #9168luigi11111-5/+0
0c9a5c5 depends: remove ccache (tobtoht)
2024-02-24depends: move sodium to packagestobtoht1-7/+6
2024-02-13depends: remove ccachetobtoht1-5/+0
2023-10-25Merge pull request #9003luigi11111-4/+0
b9f1e37 depends: unwind: do not build for linux hosts (tobtoht)
2023-10-25Merge pull request #9002luigi11111-1/+1
932bba3 depends: remove libiconv: unused (tobtoht)
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec1-4/+4
- passphrase logic: remove backward compatibility for 2.4.3, code cleanup. - fix LibUSB cmake for static builds on OSX - tests: all tests now work with passphrase logic enabled. Passphrase test added with different passphrase. no_passphrase test added, Trezor pin test added. Testing wallet opening with correct and incorrect passphrase. Trezor test chain revamp, cleanup. Smaller chain, chain file versioning added. - tests: Trezor tests support TEST_MINING_ENABLED, TEST_MINING_TIMEOUT env vars to change mining-related tests behaviour. - requires protobuf@21 on osx for now (c++14), building with unlinked protobuf: `CMAKE_PREFIX_PATH=$(find /opt/homebrew/Cellar/protobuf@21 -maxdepth 1 -type d -name "21.*" -print -quit) \ make debug-test-trezor -j8`
2023-09-26depends: unwind: do not build for linux hoststobtoht1-4/+0
2023-09-25depends: remove libiconv: unusedtobtoht1-1/+1
2023-05-26depends: remove icu4ctobtoht1-1/+1
2022-09-20depends: remove unused Qt packageselsta1-1/+0
2022-08-11repo: remove ldns leftoversselsta1-1/+1
2022-05-09Make Mac SDK into a regular depends packageHoward Chu1-1/+1
2022-05-06Split native_clang out of native_cctoolsHoward Chu1-1/+1
Needed for compiling native_libtapi
2022-05-06Update native_cctools for newer SDK supportHoward Chu1-1/+1
2021-10-11Merge pull request #7912luigi11111-3/+6
ae41178 gitian: cleanup more unused packages (Howard Chu) 4ea7832 gitian: omit ccache from gitian builds (Howard Chu)
2021-09-27gitian: cleanup more unused packagesHoward Chu1-3/+3
These appear to be leftovers inherited from Bitcoin's builder
2021-09-27gitian: omit ccache from gitian buildsHoward Chu1-0/+3
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
2021-09-03external: remove unbound submoduleselsta1-1/+1
2019-11-17Fixup sodium darwinHoward Chu1-1/+1
get rid of sodium-darwin.mk special case, unify back with sodium.mk
2019-11-14depends: Add FreeBSD supportHoward Chu1-12/+14
2019-11-04depends: fix typo in packagesselsta1-1/+1
2019-11-03Add Android supportHoward Chu1-1/+9
2019-08-27Fix Travis build on Windows + Machyperreality1-1/+1
Following 13c0b8c, the unwind package is being attempted to be built on Windows and Mac when it should only be built on Linux.
2019-08-20Add depends riscv 64 bit supportTheCharlatan1-1/+5
2019-06-25Add ncurses package for linux and darwin readlineTheCharlatan1-8/+3
Readline support is now compiled with the ncurses backend.
2019-06-25Remove clutter in depends installed packagesTheCharlatan1-0/+1
To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues.
2019-06-12Delete redundant cppzmq dependencyHoward Chu1-1/+1
2019-04-10build: debug and test builds via contribDusan Klinec1-0/+4
2019-02-23Various speedups to depends and TravisTheCharlatan1-1/+2
Further speedups to icu compilation, it is faster to run the pre-generated configure scripts. Ensure that the native protobuf installation only generates the required libraries and binaries. Disable qt compilation when running travis on windows. Qt is used for lrelease, the travis recipe instead usese the a local installation of lrelease. Remove various packages and options from the travis recipe. Update Readline to version 8.0. The previously used url 404'd sometimes, use the official gnu ftp server instead. Remove unused cmake config.
2019-01-17Optimize the depends builds for faster compilationTheCharlatan1-2/+1
This includes more fine grained configure options and skipping the openssl and zlib dependencies when compiling qt. The zlib and libevent packages are removed.
2018-12-31Merge pull request #4945luigi11111-3/+3
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec1-3/+3
- docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
2018-12-12Cleanup leftovers from migrating depends from bitcoinTheCharlatan1-2/+0
Depends still contained some leftovers, like the `wallet` target that included bdb from bitcoin. This commit removes these unneeded targets, the miniupnpc package and the berkeley db package. Reflect the changes in the README as well.
2018-10-07Consolidate HID depends makefiles into single recipeTheCharlatan1-4/+3
Make sure all required dependencies are linked statically, by only providing the static libraries.
2018-09-29Merge pull request #4448Riccardo Spagni1-1/+1
6a781408 Make depends use self built clang for darwin (TheCharlatan)
2018-09-25Add hidapi to dependsTheCharlatan1-2/+4
Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.
2018-09-22Fix Darwin Sodium buildTheCharlatan1-2/+4
Clang needs to get its cctools path passed.
2018-09-17Add libsodium to the packages, the arm build was complaining about it.TheCharlatan1-1/+1
Fixup arm toolchain file.
2018-09-10Add lrelease to the dependsTheCharlatan1-1/+1
This includes a minimal qt build without gui
2018-09-10Add Miniupnp submoduleTheCharlatan1-6/+2
Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp. Rebase to after the v0.12 release
2018-09-10Add support for apple and arm buildingTheCharlatan1-1/+4
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
2018-09-10Modify depends for monero's dependenciesTheCharlatan1-9/+11
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.
2018-09-10Initial depends additionTheCharlatan1-0/+20
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.