cookbook 'boost', '= 1.1.0'
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.
boost (6) Versions 1.1.0 Follow7
Installs the Boost C++ Libraries
cookbook 'boost', '= 1.1.0', :supermarket
knife supermarket install boost
knife supermarket download boost
boost Cookbook
Installs the Boost C++ Libraries
Requirements
Platforms
- Debian/Ubuntu
- RHEL/CentOS/Scientific/Amazon/Oracle
- Fedora
Chef
- Chef 11+
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-2015, 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.
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)
Foodcritic Metric
1.1.0 passed this metric
1.1.0 passed this metric