Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2216: Rollback fmt version to 7.1.3 due to CUDA
Browse files Browse the repository at this point in the history
JacobDomagala committed Feb 20, 2024

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 626955c commit afb65d6
Showing 16 changed files with 6,507 additions and 12,556 deletions.
2 changes: 0 additions & 2 deletions cmake_config.h.in
Original file line number Diff line number Diff line change
@@ -95,15 +95,13 @@
#if vt_feature_cmake_external_fmt
#define INCLUDE_FMT_CORE <fmt/core.h>
#define INCLUDE_FMT_FORMAT <fmt/format.h>
#define INCLUDE_FMT_RANGES <fmt/ranges.h>
#define INCLUDE_FMT_OSTREAM <fmt/ostream.h>

#define VT_FMT_NAMESPACE_BEGIN namespace fmt {
#define VT_FMT_NAMESPACE_END }
#else
#define INCLUDE_FMT_CORE <fmt-vt/core.h>
#define INCLUDE_FMT_FORMAT <fmt-vt/format.h>
#define INCLUDE_FMT_RANGES <fmt-vt/ranges.h>
#define INCLUDE_FMT_OSTREAM <fmt-vt/ostream.h>

#define VT_FMT_NAMESPACE_BEGIN namespace fmt { inline namespace vt {
3 changes: 1 addition & 2 deletions lib/fmt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -9,8 +9,7 @@ function(add_headers VAR)
endfunction()

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

add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS})
234 changes: 0 additions & 234 deletions lib/fmt/include/fmt-vt/args.h

This file was deleted.

Loading

0 comments on commit afb65d6

Please sign in to comment.