Skip to content

Commit

Permalink
Drop dependency on Boost (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored Jan 26, 2024
1 parent 68a2b81 commit 7ce1e03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions repositories/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"""

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

def ros2_deps():
""" Sets up dependencies.
"""
bazel_skylib_workspace()
rules_foreign_cc_dependencies()

boost_deps()
8 changes: 0 additions & 8 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,6 @@ def ros2_repositories():
urls = ["https://github.com/ros/diagnostics/archive/9f402787ea2c9b3dd4d7e51a9986810e8a3400ba.zip"],
)

maybe(
http_archive,
name = "com_github_nelhage_rules_boost",
sha256 = "b375550dde177abb48d9fc6edf63a7850aec350cdb4dc3360a456ea0fbd7d45c",
strip_prefix = "rules_boost-45015796689f17e9fc7972073eb7830784c40ee9",
urls = ["https://github.com/nelhage/rules_boost/archive/45015796689f17e9fc7972073eb7830784c40ee9.zip"],
)

maybe(
http_archive,
name = "curl",
Expand Down
1 change: 0 additions & 1 deletion repositories/resource_retriever.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cc_library(
includes = ["resource_retriever/include"],
visibility = ["//visibility:public"],
deps = [
"@boost//:shared_ptr",
"@curl",
"@ros2_ament_index//:ament_index_cpp",
],
Expand Down

0 comments on commit 7ce1e03

Please sign in to comment.