Skip to content

Commit

Permalink
gecode v1.0.2
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
schisamo committed Sep 2, 2011
1 parent 7a45201 commit ef82f32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion gecode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ Installs Gecode from source. Note that compiling gecode takes a long time, up t
Changes/Roadmap
===============

## 1.0.0:
## 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
Expand Down
2 changes: 1 addition & 1 deletion gecode/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs gecode"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.2"

%w{ debian ubuntu redhat centos fedora mac_os_x }.each do |os|
supports os
Expand Down

0 comments on commit ef82f32

Please sign in to comment.