Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The boost cookbook has been deprecated

Author provided reason for deprecation:

The boost cookbook has been deprecated and is no longer being maintained by its authors. Use of the boost cookbook is no longer recommended.

RSS

boost (6) Versions 2.1.0

Installs the Boost C++ Libraries

Policyfile
Berkshelf
Knife
cookbook 'boost', '~> 2.1.0', :supermarket
cookbook 'boost', '~> 2.1.0'
knife supermarket install boost
knife supermarket download boost
README
Dependencies
Changelog
Quality 17%

boost Cookbook

Build Status Cookbook Version

Installs the Boost C++ Libraries

Requirements

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle
  • Fedora

Chef

  • Chef 12.1+

Cookbooks

  • build-essential for the source install recipe

Usage

Include this recipe to install boost development packages.

include_recipe "boost"

Merely installs the libboost-dev package which should grab a bunch of dependencies and get the right thing.

License & Authors

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2009-2016, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

boost Cookbook CHANGELOG

This file is used to list changes made in each version of the boost cookbook.

2.1.0 (2016-10-24)

  • Use multipackage installs to speed up runs
  • Convert integration testing to inspec
  • Update chefspec for better unit testing output

2.0.0 (2016-09-15)

  • Live stream the compilation for source installs
  • Disable FC009
  • Testing updates
  • Require Chef 12.1

v1.1.0 (2016-01-20)

  • Added a new attribute for source install dep packages. This fixed failing source installs
  • Bump to boost 1.60
  • Fix the guard around the compilation to not trigger on default Ubuntu installs
  • Added Serverspec tests
  • Testing in Travis CI with docker for full integration tests

v1.0.0 (2015-10-20)

  • Updated to the latest boost files (1.59 vs. 1.51)
  • Changed recommends -> depends in the metadata for build-essential since recommends does nothing
  • Added travis and cookbook version badges to the readme
  • Added a .foodcritic file to exclude rules
  • Updated chefignore and .gitignore files
  • Added Test Kitchen config
  • Added standard Rubocop file
  • Added Travis CI testing
  • Removed yum from Berksfile and removed version constraint on Apt
  • Added contributing and testing docs
  • Added Gemfile with testing deps
  • Added maintainers.md and maintainers.toml
  • Added rakefile for simplified testing
  • Added source_url and issues_url metadata
  • Added basic Chefspec convergence test
  • Updated Berksfile to 3.x format
  • Removed Vagrantfile
  • Removed "provides" from metadata
  • Updated Opscode -> Chef Software
  • Resolved multiple rubocop warnings

v0.2.0 (2012-12-12)

  • Changes not documented

v0.1.0 (2009-10-25)

  • [COOK-1832] - Add RHEL support (uses platform_family)

Collaborator Number Metric
            

2.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

2.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

2.1.0 failed this metric

Chef/Modernize/FoodcriticComments: Remove legacy code comments that disable Foodcritic rules (https://docs.chef.io/workstation/cookstyle/chef_modernize_foodcriticcomments): boost/recipes/source.rb: 11
Chef/Modernize/UseBuildEssentialResource: Use the build_essential resource instead of the legacy build-essential recipe. This resource ships in the build-essential cookbook v5.0+ and is built into Chef Infra Client 14+ (https://docs.chef.io/workstation/cookstyle/chef_modernize_usebuildessentialresource): boost/recipes/source.rb: 1

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations

No Binaries Metric
            

2.1.0 passed this metric

Testing File Metric
            

2.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

2.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number