Skip to content

Commit

Permalink
Temporarily revert boost to 1.80 to see if it impacts the size of bun…
Browse files Browse the repository at this point in the history
…dled spt3g libraries.
  • Loading branch information
tskisner committed Aug 24, 2024
1 parent 13c7919 commit b27e7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wheels/install_deps_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ tar xzf ${openblas_pkg} \

# Install boost

boost_version=1_86_0
boost_version=1_80_0
boost_dir=boost_${boost_version}
boost_pkg=${boost_dir}.tar.bz2

echo "Fetching boost..."

if [ ! -e ${boost_pkg} ]; then
curl -SL "https://archives.boost.io/release/1.86.0/source/${boost_pkg}" -o "${boost_pkg}"
curl -SL "https://archives.boost.io/release/1.80.0/source/${boost_pkg}" -o "${boost_pkg}"
fi

echo "Building boost..."
Expand Down

0 comments on commit b27e7f5

Please sign in to comment.