Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
gecode v1.0.0
Browse files Browse the repository at this point in the history
* [COOK-538] fix gecode install on newer ubuntu and debian releases
* [COOK-680] don't rebuild gecode if it is already installed
  • Loading branch information
schisamo committed Aug 2, 2011
1 parent c5fcae9 commit a5d0ff9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions gecode/README.md
Expand Up @@ -35,6 +35,18 @@ On Red Hat family distros, the recipe will attempt to install gecode from source

package "gecode-devel"

Changes/Roadmap
===============

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

License and Author
==================

Expand Down
2 changes: 1 addition & 1 deletion gecode/metadata.rb
Expand Up @@ -3,6 +3,6 @@
license "Apache 2.0"
description "Installs gecode"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.0"
version "1.0.0"
depends "apt"
depends "build-essential"

0 comments on commit a5d0ff9

Please sign in to comment.