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 <[email protected]>
  • Loading branch information
mattbenjamin committed Nov 7, 2016
1 parent f80c7a8 commit d8dff81
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 @@ -41,3 +41,6 @@
[submodule "src/Beast"]
path = src/Beast
url = https://github.com/ceph/Beast.git
[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 d8dff81

Please sign in to comment.