Skip to content

Commit

Permalink
boost: add submodule at tag boost-1.61.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mattbenjamin committed Sep 26, 2016
1 parent 1f5d75f commit a0e5ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@
url = https://github.com/ceph/lua.git
branch = lua-5.3-ceph
ignore = dirty
[submodule "src/boost"]
path = src/boost
url = https://github.com/boostorg/boost.git
1 change: 1 addition & 0 deletions src/boost
Submodule boost added at ea0209

0 comments on commit a0e5ab0

Please sign in to comment.