Skip to content

Commit 3573617

Browse files
committed
boost: add submodule at tag boost-1.61.0
This implements option ceph#4 for external boost, based on upstream discussion. In option ceph#4: 1. boost is added as a submodule 2. builds default to using the attached boost module 3. building against a system-provided boost is supported, but must be configured explicitly Because all of the boost components are attached as nested submodules in the upstream boost repository, neither the nested submodules nor the root boost submodule have been cloned into modules in github.com/ceph (acked by Sage). Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
1 parent 9a5cfe2 commit 3573617

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@
3333
[submodule "src/isa-l"]
3434
path = src/isa-l
3535
url = https://github.com/ceph/isa-l
36+
[submodule "boost"]
37+
path = boost
38+
url = https://github.com/boostorg/boost.git

boost

Submodule boost added at ea02095

0 commit comments

Comments
 (0)