Skip to content

Commit

Permalink
[workspace] Upgrade ignition_math to latest release ignition-math6_6.…
Browse files Browse the repository at this point in the history
…10.0
  • Loading branch information
BetsyMcPhail committed Feb 2, 2022
1 parent be1d27b commit feeeff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/workspace/ignition_math/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config_setting(

PROJECT_MAJOR = 6

PROJECT_MINOR = 8
PROJECT_MINOR = 10

PROJECT_PATCH = 0

Expand Down
8 changes: 2 additions & 6 deletions tools/workspace/ignition_math/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ def ignition_math_repository(
mirrors = None):
# When updating this commit, also remember to adjust the PROJECT_*
# constants in ./package.BUILD.bazel to match the new version number.
# TODO(jwnimmer-tri) Until we remove the CMake config stuff on 2021-12-01,
# any version upgrades will also need to manually fix up the *.cmake files
# in this directory. Once remove the *.cmake installation rules, we should
# also nix this comment.
github_archive(
name = name,
repository = "ignitionrobotics/ign-math",
commit = "ignition-math6_6.9.2",
sha256 = "0b932e633d550ab2d25cd12c62b999a2ccfb141035fff1de87147e103e271f50", # noqa
commit = "ignition-math6_6.10.0",
sha256 = "9e00284cd6d51afe190165b2b44258e19bd4a28781cbacf21fd6b0bae43c16aa", # noqa
build_file = "@drake//tools/workspace/ignition_math:package.BUILD.bazel", # noqa
mirrors = mirrors,
)

0 comments on commit feeeff4

Please sign in to comment.