Skip to content

Commit d3f9acb

Browse files
committed
[bazelboost] Updating WORKSPACE and BUILD.bazel for 1.65.1
1 parent a48aab2 commit d3f9acb

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ cc_library(
1919
"BOOST_ALL_NO_LIB=1"
2020
],
2121
deps = [
22-
"@com_github_bazelboost_predef//:predef",
22+
"@com_github_bazelboost_assert//:assert",
2323
"@com_github_bazelboost_config//:config",
24-
"@com_github_bazelboost_assert//:assert"
24+
"@com_github_bazelboost_smart_ptr//:smart_ptr",
25+
"@com_github_bazelboost_pool//:pool"
2526
],
2627
)

WORKSPACE

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
http_archive(
3-
name = "com_github_bazelboost_predef",
4-
strip_prefix = "predef-boost-1.65.1",
3+
name = "com_github_bazelboost_assert",
4+
strip_prefix = "assert-boost-1.65.1",
55
urls = [
6-
"https://github.com/bazelboost/predef/archive/boost-1.65.1.tar.gz"
6+
"https://github.com/bazelboost/assert/archive/boost-1.65.1.tar.gz"
77
],
88
)
99

@@ -16,9 +16,17 @@ http_archive(
1616
)
1717

1818
http_archive(
19-
name = "com_github_bazelboost_assert",
20-
strip_prefix = "assert-boost-1.65.1",
19+
name = "com_github_bazelboost_smart_ptr",
20+
strip_prefix = "smart_ptr-boost-1.65.1",
2121
urls = [
22-
"https://github.com/bazelboost/assert/archive/boost-1.65.1.tar.gz"
22+
"https://github.com/bazelboost/smart_ptr/archive/boost-1.65.1.tar.gz"
23+
],
24+
)
25+
26+
http_archive(
27+
name = "com_github_bazelboost_pool",
28+
strip_prefix = "pool-boost-1.65.1",
29+
urls = [
30+
"https://github.com/bazelboost/pool/archive/boost-1.65.1.tar.gz"
2331
],
2432
)

0 commit comments

Comments
 (0)