File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 11
22http_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
1818http_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)
You can’t perform that action at this time.
0 commit comments