miodragpop
9544bd0ffc
adjustments for cross build of aarch64 binaries on x86_64 linux
2020-07-12 11:47:00 +02:00
Duke Leto
4c0aebd675
Add libgmp back
2020-01-25 08:18:40 -05:00
Duke Leto
4d965f53eb
A bunch more libsnark deletions/updates
2020-01-24 06:32:13 -05:00
Jonathan "Duke" Leto
a9e6edeed9
more stuff
2019-10-05 12:06:06 -04:00
DeckerSU
03794dc208
first approach to get HTTPS in libcurl work
...
1. libcurl.mk now changed to build against static openssl from deps.
2. but, it won't work with openssl 1.1.1a, bcz of SSL: couldn't create a context: error:00000000:lib(0):func(0):reason(0) ,
so, in test i decided to upgrade openssl to 1.1.1b.
3. original openssl.mk was with many disabled features, i enable all of them,
of course it's don't needed and we need to leave only SSL/TLS things enabled
in OpenSSL build.
4. probably i broke something in Windows and MacOS build.
This commit is only first approach to continue work.
2019-04-19 21:57:10 +03:00
miketout
99aeab28f9
Integrate latest Zcash fixes and update for non-latin user names
2018-10-27 20:29:03 -07:00
Jack Grigg
eff2938e46
Migrate to current librustzcash
...
The only upstream change relative to the previous commit is that the
various Zcash-specific dependencies have been pulled into a cargo
workspace. The dependecies in the workspace use the same commits as the
crates we had previously vendored.
The patches are necessary to handle the fact that cargo requires that
dev dependencies are available even if not used, and we would otherwise
need to vendor all the underlying crates.
2018-10-27 17:03:47 +13:00
miketout
9feb4b9e08
Major updates integration from all upstreams
2018-09-18 14:33:53 -07:00
Jack Grigg
f8d65e8f03
Update librustzcash with ZIP 32 APIs
2018-09-03 10:27:52 +01:00
ca333
637e61c017
update package deps
...
darwin specific fix
2018-04-21 02:13:13 +02:00
Sean Bowe
e6bbd8481e
Switch to latest librustzcash
2018-04-12 18:52:00 -06:00
Jack Grigg
a560c24d6b
depends: Update to latest librustzcash with sapling-crypto dependencies
2018-04-11 08:06:40 -06:00
Scott Sadler
92df780015
Merge remote-tracking branch 'james/dev' into cryptoconditions
2018-04-03 14:43:19 -03:00
Scott Sadler
4c121ffdb0
cpp test suite for cryptoconditions integration
2018-04-01 21:18:01 -03:00
Jack Grigg
0adfdc99b2
depends: Explicitly download and vendor Rust dependencies
...
Closes #2231 .
2018-03-28 15:46:51 +02:00
jl777
1d5c7ffa29
-googlemock
2018-03-28 14:22:39 +03:00
jl777
919fa9f9c3
Add back googlemk
2018-03-27 16:39:18 +03:00
jl777
b380fd6321
Test
2018-03-25 19:27:12 +03:00
jl777
995fee09af
Test
2018-03-25 19:14:36 +03:00
jl777
9000990c30
Merge remote-tracking branch 'zcash/master' into rebase2
...
# Conflicts:
# .travis.yml
# Makefile.am
# README.md
# configure.ac
# depends/Makefile
# depends/builders/darwin.mk
# depends/funcs.mk
# depends/hosts/darwin.mk
# depends/packages/googlemock.mk
# depends/packages/googletest.mk
# depends/packages/libsnark.mk
# depends/packages/libsodium.mk
# depends/packages/packages.mk
# depends/packages/rust.mk
# src/Makefile.am
# src/Makefile.gtest.include
# src/chainparams.cpp
# src/chainparams.h
# src/checkpoints.h
# src/clientversion.h
# src/coins.cpp
# src/consensus/consensus.h
# src/gtest/test_mempool.cpp
# src/httprpc.cpp
# src/init.cpp
# src/komodo-tx.cpp
# src/main.cpp
# src/miner.cpp
# src/policy/fees.cpp
# src/policy/fees.h
# src/rpcmining.cpp
# src/rpcrawtransaction.cpp
# src/rpcserver.cpp
# src/test/policyestimator_tests.cpp
# src/test/rpc_wallet_tests.cpp
# src/test/transaction_tests.cpp
# src/txdb.cpp
# src/txmempool.cpp
# src/wallet/asyncrpcoperation_sendmany.cpp
# src/wallet/rpcwallet.cpp
# src/wallet/wallet.cpp
# src/wallet/wallet.h
# src/zcash/CreateJoinSplit.cpp
# zcutil/build.sh
2018-03-25 18:44:38 +03:00
syd
24902602f2
Upgrade googletest to 1.8.0
2017-11-19 14:08:17 -05:00
ca333
9d36579649
uni3
2017-10-09 11:45:49 +02:00
Sean Bowe
26a8f68ea8
Remove libsnark from depends system and integrate it into build system.
2017-08-02 15:49:30 +01:00
Daira Hopwood
506a21850a
Remove UPnP support. fixes #2500
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-07-03 08:57:05 +01:00
jl777
945f015d80
Initial merge
2017-03-30 04:35:16 +03:00
Simon
f493d3e044
Add --disable-proton flag to build.sh. Proton has build/linker issues with gcc 4.9.2 and requires gcc 5.x.
2017-03-25 09:41:54 -07:00
Simon
99eb947a98
Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0
2017-03-25 08:51:40 -07:00
Cory Fields
505b30ff01
libevent: add depends
2017-03-24 09:03:59 +13:00
Sean Bowe
802ea76b3a
Allow Rust-language related assets to be disabled with --disable-rust.
2017-03-18 07:47:40 -06:00
Sean Bowe
6a0c7ceae9
Introduce librustzcash and Rust to depends system.
2017-03-17 11:46:41 -06:00
fanquake
00bcf2230d
[depends] ZeroMQ 4.1.5
2017-02-08 22:11:53 +00:00
Jonas Schnelli
0388c23a76
depends: fix platform specific packages variable
...
prefix instead of postfix
2017-02-08 22:10:42 +00:00
Cory Fields
cce7754eb8
Depends: Add ZeroMQ package
2017-02-08 22:10:42 +00:00
Joel Barker
9c511c5cab
conditional packages
2016-12-29 14:38:15 +08:00
Joel Barker
e891d64b87
macifiy the build so that this compiles on a mac
2016-12-26 14:11:13 +08:00
Taylor Hornby
86551dcb18
Remove insecurely-downloaded dependencies that we don't currently use.
2016-07-19 16:42:58 -06:00
Taylor Hornby
4e117b63c6
Rename zerocash_packages to zcash_packages in packages.mk
2016-07-11 19:30:18 -06:00
Nathan Wilcox
b6aa043d1f
Add googlemock 1.7.0 dependency.
2016-05-03 13:46:09 -07:00
Sean Bowe
6c36a9fe03
NoteEncryption implementation and integration, removal of ECIES and crypto++ dependencies.
2016-04-28 16:25:12 -06:00
Nathan Wilcox
0ee1d5d133
Add a depends description for googletest.
2016-04-18 11:13:05 -07:00
Taylor Hornby
abbab2cc4f
Add libsodium to the depends system.
2016-03-17 16:29:37 -06:00
Sean Bowe
1e62bba762
Remove ate-pairing, xbyak and libzerocash dependencies from the depends tree.
...
The ALT_BN128 curve does not need ate-pairing or xbyak.
Also, remove crypto++ dependency from libsnark.
2016-02-15 15:27:59 -07:00
Nathan Wilcox
c4da097069
Pull over depends and build changes from zc.v0.10.0.latest. Fails to build due to new ./configure dependency for serialization stuff.
2015-12-22 09:20:42 -08:00
Cory Fields
d23b0a2711
depends: always use static qt5 for linux
2015-02-25 18:41:59 -05:00
Cory Fields
4caad26ba1
depends: bump cctools to a custom version with less deps
...
This one no longer requires native libuuid or libcrypto
2015-01-02 19:31:07 -05:00
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
2014-12-04 19:17:02 +01:00
Cory Fields
5f93ec2028
depends: Add a package for qt4.6. Linux uses it by default.
...
We're not ready to switch to a static qt5 for Linux yet due to missing plugin
support. This adds a recipe for building a shared qt4 that we build and link
against, but don't distribute.
make USE_LINUX_STATIC_QT5=1 can be used to build static qt5 as before.
2014-11-19 22:49:41 -05:00
Cory Fields
ff1e5ba8c7
depends: add gmp package
2014-11-18 18:06:46 +01:00
Cory Fields
1dec09b341
depends: add shared dependency builder
...
See the README's in depends for documentation
2014-08-08 15:10:46 -04:00