Skip to content

Commit

Permalink
Bump version of fmtlib and remove spdlog (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewfuentes authored Dec 17, 2024
1 parent 058679a commit fc446b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 144 deletions.
16 changes: 3 additions & 13 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,13 @@ http_archive(

http_archive(
name = "fmt",
urls = ["https://github.com/fmtlib/fmt/releases/download/8.1.1/fmt-8.1.1.zip"],
strip_prefix="fmt-8.1.1",
urls = ["https://github.com/fmtlib/fmt/releases/download/11.0.2/fmt-11.0.2.zip"],
strip_prefix="fmt-11.0.2",
patch_cmds=[
"mv support/bazel/.bazelrc .bazelrc",
"mv support/bazel/.bazelversion .bazelversion",
"mv support/bazel/BUILD.bazel BUILD.bazel",
"mv support/bazel/WORKSPACE.bazel WORKSPACE.bazel",
],
sha256 = "23778bad8edba12d76e4075da06db591f3b0e3c6c04928ced4a7282ca3400e5d",
)

http_archive(
name = "spdlog",
urls = ["https://github.com/gabime/spdlog/archive/refs/tags/v1.10.0.zip"],
strip_prefix="spdlog-1.10.0",
build_file = "@//third_party:BUILD.spdlog",
sha256 = "7be28ff05d32a8a11cfba94381e820dd2842835f7f319f843993101bcab44b66",
integrity = "sha256-QPxYvrzzjHWeEae9j9wWNQfSQj71BYu6fyYoDFucVGU=",
)

http_archive(
Expand Down
4 changes: 2 additions & 2 deletions common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cc_library(
deps = select({
"@//toolchain:jammy_22.04": ["@drake_lib_jammy//:drake_shared_library"],
"@//toolchain:noble_24.04": ["@drake_lib_noble//:drake_shared_library"],
}) + ["@spdlog"],
}),
visibility = ["//visibility:public"],
)

Expand Down Expand Up @@ -105,4 +105,4 @@ cc_test(
"@bs_thread_pool",
"@com_google_googletest//:gtest_main",
],
)
)
129 changes: 0 additions & 129 deletions third_party/BUILD.spdlog

This file was deleted.

0 comments on commit fc446b0

Please sign in to comment.