Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.27 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.27 KB

Description

Installs Gecode 3.5.0+ development package.

Requirements

Platform

  • Debian, Ubuntu
  • Red Hat, CentOS, Fedora
  • Mac OS X 10.6+

Cookbooks

  • apt - for installing packages from apt.opscode.com
  • 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.opscode.com. It uses the apt repository LWRP in Opscode'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 and Author

Author:: Chris Walters (cw@opscode.com) Author:: Nuo Yan (nuo@opscode.com) Author:: Joshua Timberman (joshua@opscode.com) Author:: Seth Chisamore (schisamo@opscode.com)

Copyright 2009-2011, Opscode, 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.