Skip to content

Commit

Permalink
Use a newer version of Boost for the HELICS install action when build…
Browse files Browse the repository at this point in the history
…ing from source
  • Loading branch information
nightlark committed Oct 10, 2024
1 parent b86db44 commit 7e78849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-helics-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tar xf "helics.tar.gz"

# Install Boost
echo "Installing Boost"
BOOST_VERSION="1.74.0"
BOOST_VERSION="1.82.0"
BOOST_ROOT="$PWD/boost-prefix"
BOOST_URL="https://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/boost_${BOOST_VERSION//./_}.tar.bz2/download"
(
Expand Down

0 comments on commit 7e78849

Please sign in to comment.