From 5b4c79f6baf521ee4eebf9df15b37b5eea482343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Falk?= Date: Tue, 6 Aug 2024 20:33:20 +0200 Subject: [PATCH 1/2] Update 'Boost' to v1.84.0 Release notes: https://www.boost.org/users/history/version_1_84_0.html --- cmake/configs/default.cmake | 2 +- cmake/projects/Boost/hunter.cmake | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 87e6e38386..047984f58a 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -38,7 +38,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.83.0) + hunter_default_version(Boost VERSION 1.84.0) endif() hunter_default_version(BoostCompute VERSION 0.5-p0) diff --git a/cmake/projects/Boost/hunter.cmake b/cmake/projects/Boost/hunter.cmake index 9ef62de4ef..8c23504bc7 100644 --- a/cmake/projects/Boost/hunter.cmake +++ b/cmake/projects/Boost/hunter.cmake @@ -528,6 +528,17 @@ hunter_add_version( 75b1f569134401d178ad2aaf97a2993898dd7ee3 ) +hunter_add_version( + PACKAGE_NAME + Boost + VERSION + "1.84.0" + URL + "https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2" + SHA1 + 734dcfb452380a4d6304060dc2ed983668dd290f +) + if(MSVC) hunter_check_toolchain_definition(NAME "_DLL" DEFINED _hunter_vs_md) hunter_cmake_args( From 69ee751ca739a26841a05c1f5a46fdfa0c4f9136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Falk?= Date: Tue, 6 Aug 2024 20:35:49 +0200 Subject: [PATCH 2/2] Update 'Boost' to v1.85.0 Release notes: https://www.boost.org/users/history/version_1_85_0.html --- cmake/configs/default.cmake | 2 +- cmake/projects/Boost/hunter.cmake | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 047984f58a..a0bef7bee4 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -38,7 +38,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.84.0) + hunter_default_version(Boost VERSION 1.85.0) endif() hunter_default_version(BoostCompute VERSION 0.5-p0) diff --git a/cmake/projects/Boost/hunter.cmake b/cmake/projects/Boost/hunter.cmake index 8c23504bc7..86786d76dd 100644 --- a/cmake/projects/Boost/hunter.cmake +++ b/cmake/projects/Boost/hunter.cmake @@ -539,6 +539,17 @@ hunter_add_version( 734dcfb452380a4d6304060dc2ed983668dd290f ) +hunter_add_version( + PACKAGE_NAME + Boost + VERSION + "1.85.0" + URL + "https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.bz2" + SHA1 + ed58c632befe0d299b39f9e23de1fc20d03870d7 +) + if(MSVC) hunter_check_toolchain_definition(NAME "_DLL" DEFINED _hunter_vs_md) hunter_cmake_args(