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 Aug 31, 2016
1 parent 9a5cfe2 commit 3573617
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 @@ -33,3 +33,6 @@
[submodule "src/isa-l"]
path = src/isa-l
url = https://github.com/ceph/isa-l
[submodule "boost"]
path = boost
url = https://github.com/boostorg/boost.git
1 change: 1 addition & 0 deletions boost
Submodule boost added at ea0209

0 comments on commit 3573617

Please sign in to comment.