Skip to content

Commit 5dfd68a

Browse files
committed
deps.sh: remove blst
1 parent 67e3474 commit 5dfd68a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

deps.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ fetch () {
139139
checkout_repo openssl https://github.com/openssl/openssl "openssl-3.5.0"
140140
checkout_repo secp256k1 https://github.com/bitcoin-core/secp256k1 "v0.6.0"
141141
if [[ $DEVMODE == 1 ]]; then
142-
checkout_repo blst https://github.com/supranational/blst "v0.3.14"
143142
checkout_repo rocksdb https://github.com/facebook/rocksdb "v10.2.1"
144143
checkout_repo snappy https://github.com/google/snappy "1.2.2"
145144
fi
@@ -403,22 +402,6 @@ install_s2n () {
403402
echo "[+] Successfully installed s2n-bignum"
404403
}
405404

406-
install_blst () {
407-
cd "$PREFIX/git/blst"
408-
409-
echo "[+] Installing blst to $PREFIX"
410-
411-
# this is copied from ./build.sh:27
412-
CFLAGS=${CFLAGS:--O2 -fno-builtin -fPIC -Wall -Wextra -Werror}
413-
# this adds our flags, e.g. for MSAN
414-
CFLAGS+=" $EXTRA_CFLAGS"
415-
416-
CFLAGS=$CFLAGS ./build.sh
417-
cp libblst.a "$PREFIX/lib"
418-
cp bindings/*.h "$PREFIX/include"
419-
echo "[+] Successfully installed blst"
420-
}
421-
422405
install_secp256k1 () {
423406
cd "$PREFIX/git/secp256k1"
424407

@@ -610,7 +593,6 @@ install () {
610593
( install_openssl )
611594
( install_secp256k1 )
612595
if [[ $DEVMODE == 1 ]]; then
613-
( install_blst )
614596
( install_snappy )
615597
( install_rocksdb )
616598
fi

0 commit comments

Comments
 (0)