Skip to content

Commit ef82f32

Browse files
committed
gecode v1.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 parent 7a45201 commit ef82f32

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

gecode/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ Installs Gecode from source. Note that compiling gecode takes a long time, up t
4949
Changes/Roadmap
5050
===============
5151

52-
## 1.0.0:
52+
## 1.0.2
53+
54+
* split default recipe into source and package recipe (follows pattern of other cookbooks)
55+
* externalize source installation metadata into attributes
56+
* verify mac os x platform support
57+
58+
## 1.0.0
5359

5460
* [COOK-538] fix gecode install on newer ubuntu and debian releases
5561
* [COOK-680] don't rebuild gecode if it is already installed

gecode/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs gecode"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "1.0.0"
6+
version "1.0.2"
77

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

0 commit comments

Comments
 (0)