From d65ddc91b8e7010c1690e044a32517a58b1750bb Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sun, 25 May 2025 13:01:58 -0700 Subject: [PATCH] Regenerate artifacts. --- install-cmakepresets.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 4be85b7..02214f3 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -81,8 +81,8 @@ ZMQ_ARCHIVE="zeromq-4.3.5.tar.gz" # Boost archive. #------------------------------------------------------------------------------ -BOOST_URL="https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2" -BOOST_ARCHIVE="boost_1_78_0.tar.bz2" +BOOST_URL="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2" +BOOST_ARCHIVE="boost_1_86_0.tar.bz2" # Define utility functions. @@ -1079,6 +1079,7 @@ BOOST_OPTIONS=( "--with-iostreams" \ "--with-locale" \ "--with-program_options" \ +"--with-thread" \ "--with-test") # Define secp256k1 options.