Skip to content

Commit a0e5ab0

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 1f5d75f commit a0e5ab0

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
@@ -38,3 +38,6 @@
3838
url = https://github.com/ceph/lua.git
3939
branch = lua-5.3-ceph
4040
ignore = dirty
41+
[submodule "src/boost"]
42+
path = src/boost
43+
url = https://github.com/boostorg/boost.git

src/boost

Submodule boost added at ea02095

0 commit comments

Comments
 (0)