Upgrade MP-SPDZ to v0.3.6

This commit is contained in:
Sam A. 2023-05-14 21:35:16 +02:00
parent 137854380b
commit 91241dc526
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 5153c63d2f3c311bd8272ba9848b296f88b409b4
Subproject commit 6cc3fccef0904764364eb8e285519cd34028f325

View File

@ -6,11 +6,11 @@ all: config deps ssl
config:
cp -f $(CURDIR)/CONFIG.mine $(MP_SPDZ_PATH)/CONFIG.mine
deps: patch
sudo apt install automake build-essential clang cmake git libntl-dev \
libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
deps: config
sudo apt install -y automake build-essential clang cmake git libgmp-dev \
libntl-dev libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
$(MAKE) -C $(MP_SPDZ_PATH) boost
$(MAKE) -C $(MP_SPDZ_PATH) libote mpir
$(MAKE) -C $(MP_SPDZ_PATH) libote
ssl:
cd $(MP_SPDZ_PATH) && Scripts/setup-ssl.sh 3