Skip to content

Commit

Permalink
Update boost to 1.84 for building wheels
Browse files Browse the repository at this point in the history
This is necessitated by [email protected] disappearing from homebrew.
  • Loading branch information
bmerry committed Jan 29, 2024
1 parent 3cd7337 commit 355c331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/before_all_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e -u
sccache_version=0.5.4
rdma_core_version=49.0
pcap_version=1.10.4
boost_version=1.83.0
boost_version=1.84.0
boost_version_under=${boost_version//./_}

yum install -y cmake3 ninja-build flex bison libnl3-devel
Expand Down
2 changes: 1 addition & 1 deletion .ci/before_all_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pcap_version=1.10.4

# Prepare the MacOS environment for building spead2 wheels (for cibuildwheel)
brew update
brew install boost@1.83 libdivide
brew install boost@1.84 libdivide

# Install pkgconfig from source - once for each architecture in CIBW_ARCHS
cd /tmp
Expand Down

0 comments on commit 355c331

Please sign in to comment.