mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-22 12:57:56 +00:00
Upgrade MP-SPDZ to v0.3.6
This commit is contained in:
parent
137854380b
commit
91241dc526
|
@ -1 +1 @@
|
||||||
Subproject commit 5153c63d2f3c311bd8272ba9848b296f88b409b4
|
Subproject commit 6cc3fccef0904764364eb8e285519cd34028f325
|
|
@ -6,11 +6,11 @@ all: config deps ssl
|
||||||
config:
|
config:
|
||||||
cp -f $(CURDIR)/CONFIG.mine $(MP_SPDZ_PATH)/CONFIG.mine
|
cp -f $(CURDIR)/CONFIG.mine $(MP_SPDZ_PATH)/CONFIG.mine
|
||||||
|
|
||||||
deps: patch
|
deps: config
|
||||||
sudo apt install automake build-essential clang cmake git libntl-dev \
|
sudo apt install -y automake build-essential clang cmake git libgmp-dev \
|
||||||
libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
|
libntl-dev libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
|
||||||
$(MAKE) -C $(MP_SPDZ_PATH) boost
|
$(MAKE) -C $(MP_SPDZ_PATH) boost
|
||||||
$(MAKE) -C $(MP_SPDZ_PATH) libote mpir
|
$(MAKE) -C $(MP_SPDZ_PATH) libote
|
||||||
|
|
||||||
ssl:
|
ssl:
|
||||||
cd $(MP_SPDZ_PATH) && Scripts/setup-ssl.sh 3
|
cd $(MP_SPDZ_PATH) && Scripts/setup-ssl.sh 3
|
||||||
|
|
Loading…
Reference in a new issue