diff options
| author | BrewTestBot | 2015-01-07 16:40:22 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-01-12 21:01:53 -0500 |
| commit | 13652562154ff08b7249c2d9dcdf941c07c75b21 (patch) | |
| tree | 06fb680e9d736d9345b0e707a8604305ec9d731b /Library | |
| parent | ae269796a2d732ecdbabab76a598aecc1511102d (diff) | |
| download | homebrew-13652562154ff08b7249c2d9dcdf941c07c75b21.tar.bz2 | |
tinysvm: add 0.09 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tinysvm.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tinysvm.rb b/Library/Formula/tinysvm.rb index fa5f0e0c1..f3da7eee0 100644 --- a/Library/Formula/tinysvm.rb +++ b/Library/Formula/tinysvm.rb @@ -3,6 +3,13 @@ class Tinysvm < Formula url "http://chasen.org/~taku/software/TinySVM/src/TinySVM-0.09.tar.gz" sha1 "9c3c36454c475180ef6646d059376f35549cad08" + bottle do + cellar :any + sha1 "3d4091d59c33a861cade86fc324f0dfc337c818c" => :yosemite + sha1 "4a779733c331e5b32d4ba79a51c4ec288ca29314" => :mavericks + sha1 "ae5f0cd4fdb3b6c6e951791496ba0a0487fb687c" => :mountain_lion + end + # Use correct compilation flag patch :p0 do url "https://trac.macports.org/export/94156/trunk/dports/math/TinySVM/files/patch-configure.diff" |
