Open
Description
See here for the existing pins:
drake-external-examples/drake_cmake_external/CMakeLists.txt
Lines 50 to 51 in 020867b
drake-external-examples/drake_cmake_external/CMakeLists.txt
Lines 72 to 74 in 020867b
The request here is to perform a one-time upgrade to re-pin those to match what Drake is currently using in our bazel module file (e.g., for wheel builds):
bzl bazel_dep(name = "fmt", version = "11.0.2.bcr.1", ...)
bazel_dep(name = "spdlog", version = "1.15.0.bcr.4", ...)
Of course we can't pin to the "bcr" specific version (which has bazel-specific patches) but anything 11.0.x
and 1.15.x
are good enough.
Separately, I'll ponder what our policy should be for regular upgrades, but that will be a different ticket.