Skip to content

Commit

Permalink
Boost: update to v1.79.0 (cpp-pm#599)
Browse files Browse the repository at this point in the history
Update Boost package to v1.79.0.

Release notes: https://www.boost.org/users/history/version_1_79_0.html
  • Loading branch information
NeroBurner authored Sep 13, 2022
1 parent a02f30f commit 9ce87ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(MINGW)
# https://github.com/boostorg/build/issues/301
hunter_default_version(Boost VERSION 1.64.0)
else()
hunter_default_version(Boost VERSION 1.78.0)
hunter_default_version(Boost VERSION 1.79.0)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,17 @@ hunter_add_version(
7ccc47e82926be693810a687015ddc490b49296d
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.79.0"
URL
"https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2"
SHA1
31209dcff292bd6a64e5e08ceb3ce44a33615dc0
)

# up until 1.63 sourcefourge was used, base url https://downloads.sourceforge.net/project/boost/boost
hunter_add_version(
PACKAGE_NAME
Expand Down

0 comments on commit 9ce87ff

Please sign in to comment.