Skip to content

Commit 0413147

Browse files
JacobDomagalacwschilly
authored andcommitted
#2216: Rollback fmt version to 7.1.3 due to CUDA
1 parent b79920b commit 0413147

16 files changed

+6507
-12556
lines changed

cmake_config.h.in

-2
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,13 @@
9595
#if vt_feature_cmake_external_fmt
9696
#define INCLUDE_FMT_CORE <fmt/core.h>
9797
#define INCLUDE_FMT_FORMAT <fmt/format.h>
98-
#define INCLUDE_FMT_RANGES <fmt/ranges.h>
9998
#define INCLUDE_FMT_OSTREAM <fmt/ostream.h>
10099

101100
#define VT_FMT_NAMESPACE_BEGIN namespace fmt {
102101
#define VT_FMT_NAMESPACE_END }
103102
#else
104103
#define INCLUDE_FMT_CORE <fmt-vt/core.h>
105104
#define INCLUDE_FMT_FORMAT <fmt-vt/format.h>
106-
#define INCLUDE_FMT_RANGES <fmt-vt/ranges.h>
107105
#define INCLUDE_FMT_OSTREAM <fmt-vt/ostream.h>
108106

109107
#define VT_FMT_NAMESPACE_BEGIN namespace fmt { inline namespace vt {

lib/fmt/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ function(add_headers VAR)
99
endfunction()
1010

1111
# Define the fmt library, its includes and the needed defines.
12-
add_headers(FMT_HEADERS args.h color.h core.h format-inl.h ostream.h ranges.h
13-
xchar.h chrono.h compile.h format.h printf.h std.h)
12+
add_headers(FMT_HEADERS core.h format.h format-inl.h ostream.h)
1413
set(FMT_SOURCES src/format.cc)
1514

1615
add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS})

lib/fmt/include/fmt-vt/args.h

-234
This file was deleted.

0 commit comments

Comments
 (0)