libsvm 3.17
Closes Homebrew/homebrew#18958. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
973b267414
commit
f3f1dfeea0
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libsvm < Formula
|
||||
homepage 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/'
|
||||
url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/libsvm-3.16.tar.gz'
|
||||
sha1 '9274b96e4914bfbe0b3beae00e69f2293a3ca039'
|
||||
url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/libsvm-3.17.tar.gz'
|
||||
sha1 'f6e5b238f89368f3e4c9ac65278ad8660d80c85c'
|
||||
|
||||
def install
|
||||
system "make", "CFLAGS=#{ENV.cflags}"
|
||||
|
|
Loading…
Reference in a new issue