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 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.

RSS

gecode (15) Versions 3.1.1

Installs gecode

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

gecode Cookbook

Build Status Cookbook Version

Installs Gecode 3.5.0+ development package.

Requirements

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle
  • Mac OS X 10.6+

Chef

  • Chef 12.1+

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.

gecode cookbook CHANGELOG

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

3.1.1 (2017-04-26)

  • Test with Local Delivery and not Rake
  • Use standardize Apache 2 license string

3.1.0 (2017-01-18)

  • Cookstyle fixes
  • Simplify the logic in the package recipe
  • Add support for Oracle Linux

3.0.0 (2016-09-15)

  • Testing updates
  • Require Chef 12.1+
  • Make sure file modes are strings
  • Remove support for EOL Debian / Ubuntu
  • Remove unused yum / apt cookbook dependencies
  • Add a source suite to Test Kitchen

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
            

3.1.1 failed this metric

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

Contributing File Metric
            

3.1.1 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

Foodcritic Metric
            

3.1.1 failed this metric

FC122: Use the build_essential resource instead of the recipe: gecode/recipes/source.rb:20
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

3.1.1 passed this metric

Testing File Metric
            

3.1.1 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
            

3.1.1 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