Skip to content

Commit

Permalink
build: Update Boost to v1.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 17, 2024
1 parent b3e2ae3 commit 539e2d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ manylinux-i686-image = "manylinux2014"
before-all = [
"yum update -y",
"yum install -y mpfr-devel",
"curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2",
"tar --bzip2 -xf boost_1_84_0.tar.bz2",
"mv boost_1_84_0/boost /usr/include/boost",
"curl -LO https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.zip",
"unzip -q CGAL-5.6.1-library.zip",
"curl -LO https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-b2-nodocs.tar.xz",
"tar -xf boost-1.86.0-b2-nodocs.tar.xz",
"mv boost-1.86.0/boost /usr/include/",
"curl -LO https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz",
"tar -xf CGAL-5.6.1-library.tar.xz",
"mv CGAL-5.6.1/include/CGAL /usr/include/",
]
# Skip musllinux builds for the moment
Expand Down

0 comments on commit 539e2d1

Please sign in to comment.