cookbook 'gecode', '= 2.1.3'
The gecode cookbook has been deprecated
Author provided reason for deprecation:
The gecode cookbook has been deprecated and is no longer being maintained by its authors. Use of the gecode cookbook is no longer recommended.
gecode (15) Versions 2.1.3 Follow6
Installs gecode
cookbook 'gecode', '= 2.1.3', :supermarket
knife supermarket install gecode
knife supermarket download gecode
gecode Cookbook
Installs Gecode 3.5.0+ development package.
Requirements
Platforms
- Debian/Ubuntu
- RHEL/CentOS/Scientific/Amazon/Oracle
- Mac OS X 10.6+
Chef
- Chef 11+
Cookbooks
- apt - for installing packages from apt.chef.io
- build-essential - for compiling from source
Attributes
-
node['gecode']['install_method']
- Specifies the recipe to use for installing gecode. -
node['gecode']['url']
- base url to download from. Default is the Gecode distribution server. -
node['gecode']['version']
- version of gecode to install. -
node['gecode']['checksum']
- checksum of the source tarball. -
node['gecode']['configure_options']
- array of options to pass to ./configure for compiling gecode.
Usage
default
Include default recipe in a run list, to get some Gecode installed. Installs Gecode by package or source depending on the platform. The recipe is primarily used to install gecode's development package or from source in order to install the dep_selector
gem, which needs to compile native extensions.
package
Installs Gecode from packages. On Debian and Ubuntu systems, the recipe will attempt to install packages from apt.chef.io. It uses the apt repository LWRP in Chef's apt cookbook to enable the repository. For releases after Debian 7.0 (Wheezy) and Ubuntu 11.04 (Natty), Gecode 3.5.0+ exists in the main repositories.
source
Installs Gecode from source. Note that compiling gecode takes a long time, up to ~30 minutes on a 4 core Macbook Pro.
License & Authors
Author:: Chris Walters (cw@chef.io)
Author:: Nuo Yan (nuo@chef.io)
Author:: Joshua Timberman (joshua@chef.io)
Author:: Seth Chisamore (schisamo@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.
Dependent cookbooks
build-essential >= 0.0.0 |
apt >= 0.0.0 |
yum ~> 3.0 |
yum-epel >= 0.0.0 |
Contingent cookbooks
gecode cookbook CHANGELOG
This file is used to list changes made in each version of the gecode cookbook.
v2.1.3 (2016-07-28)
- Fix checksum attribute for source installs
- Run integration tests in Travis CI using kitchen-dokken
- Switch to cookstyle for ruby linting
- Fix the minimal chefspec test to run on Ubuntu 16.04
v2.1.2 (2015-10-20)
- Added source_url and issues_url to the metadata
- Updated the Berksfile to 3.x format
- Updated the gitignore file
- Test on the latest Freebsd boxes in Test Kitchen
- Added chefignore file
- Added Chef standard rubocop config
- Updated Travis CI testing to use the ChefDK for up to date deps
- Updated Gemfile with the latest testing deps
- Updated testing and contributing docs
- Added maintainers.md and maintainers.toml files
- Added travis and cookbook version badges to the readme
- Resolved Rubocop warnings
- Added a .foodcritic file to exclude warnings
v2.1.0
- Updating to use yum ~> 3.0
- Fixing up style for rubocop
- Updating test-kitchen harness
v2.0.8
fixing metadata version error. locking to 3.0"
v2.0.6
Updating CHANGELOG for stove compat
v2.0.2
Bug
- [COOK-2959]: gecode cookbook has foodcritic failure
v2.0.0
- [COOK-1868] - use
node['platform_family']
to handle multiple platforms better
v1.3.0
- [COOK-1713] - switch to gecode package in Fedora, EPEL >= 6
v1.2.0
- [COOK-663] - upgrade libgecode-dev package
- [COOK-778] - update ld.so.conf
1.0.2
- split default recipe into source and package recipe (follows pattern of other cookbooks)
- externalize source installation metadata into attributes
- verify mac os x platform support
1.0.0
- [COOK-538] fix gecode install on newer ubuntu and debian releases
- [COOK-680] don't rebuild gecode if it is already installed
0.99.0
- initial release
Collaborator Number Metric
2.1.3 passed this metric
Foodcritic Metric
2.1.3 failed this metric
FC023: Prefer conditional attributes: /tmp/d26488469526e43324dd6bca/gecode/recipes/package.rb:29
2.1.3 passed this metric
2.1.3 failed this metric
FC023: Prefer conditional attributes: /tmp/d26488469526e43324dd6bca/gecode/recipes/package.rb:29