From b8739b6fe672f9cef82e260099e4d0d60128a8e8 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 16 Dec 2022 15:03:44 -0500 Subject: [PATCH] Update nvbench default fmt to be built to be 9.1.0 The formatting of `{}` can be incorrect under 7.X when given doubles and compiled with the latest conda toolchain. While both fmt 8 and 9 don't show this issue move to the latest version to leverage all the improvements in fmt 9. Fixes #103 --- cmake/NVBenchDependencies.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/NVBenchDependencies.cmake b/cmake/NVBenchDependencies.cmake index 5f4aa82..d0daa90 100644 --- a/cmake/NVBenchDependencies.cmake +++ b/cmake/NVBenchDependencies.cmake @@ -1,9 +1,9 @@ ################################################################################ # fmtlib/fmt -rapids_cpm_find(fmt 7.1.3 +rapids_cpm_find(fmt 9.1.0 CPM_ARGS GITHUB_REPOSITORY fmtlib/fmt - GIT_TAG 7.1.3 + GIT_TAG 9.1.0 GIT_SHALLOW TRUE OPTIONS # Force static to keep fmt internal.