Skip to content

Commit

Permalink
Update 'boost' to v1.80.0 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixeu committed Oct 17, 2022
1 parent ecd23ae commit 0f67f50
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.79.0)
hunter_default_version(Boost VERSION 1.80.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 @@ -245,6 +245,17 @@ hunter_add_version(
31209dcff292bd6a64e5e08ceb3ce44a33615dc0
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.80.0"
URL
"https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.7z"
SHA1
5463e5380ccd1564e57747969c9dcc852b82b237
)

# 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 0f67f50

Please sign in to comment.