diff options
| author | BrewTestBot | 2014-07-03 22:00:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:37 +0100 |
| commit | f53c4d163d389930b93370ab44f4d3d389df067c (patch) | |
| tree | 86059336d4bd49064c1b11fb355f78f1e6af8cd7 /Library/Formula | |
| parent | 6b0f5a5abdad1e149c8c3139169ad720c400729c (diff) | |
| download | homebrew-f53c4d163d389930b93370ab44f4d3d389df067c.tar.bz2 | |
libsvm: add 3.18 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsvm.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libsvm.rb b/Library/Formula/libsvm.rb index 643a7e088..340d98013 100644 --- a/Library/Formula/libsvm.rb +++ b/Library/Formula/libsvm.rb @@ -5,6 +5,13 @@ class Libsvm < Formula url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/libsvm-3.18.tar.gz' sha1 '20bd3e2d21d79c3714007043475b92dfeed29135' + bottle do + cellar :any + sha1 "91a43c30f20ec4ab045b4d021e379310c529b2d5" => :mavericks + sha1 "c7d23b9a0704339446c298a9e2f1014942de54f3" => :mountain_lion + sha1 "a0d618da51645b2c0fd63f1b25a95ef8bb39c63a" => :lion + end + def install system "make", "CFLAGS=#{ENV.cflags}" system "make", "lib" |
