vowpal-wabbit 7.3
Also fix HEAD install Closes Homebrew/homebrew#22923. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
24ba40f904
commit
3e841354d0
1 changed files with 2 additions and 3 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class VowpalWabbit < Formula
|
||||
homepage 'https://github.com/JohnLangford/vowpal_wabbit'
|
||||
url 'https://github.com/JohnLangford/vowpal_wabbit/archive/v7.2.tar.gz'
|
||||
sha1 'cff4ea03ec31c0849307696cfdefcb6e294deec9'
|
||||
url 'https://github.com/JohnLangford/vowpal_wabbit/archive/v7.3.tar.gz'
|
||||
sha1 'aa33edcfa8264bdb45c0770b8784cb7ddcdc80e1'
|
||||
|
||||
head do
|
||||
url 'https://github.com/JohnLangford/vowpal_wabbit.git'
|
||||
|
@ -17,7 +17,6 @@ class VowpalWabbit < Formula
|
|||
def install
|
||||
if build.head?
|
||||
inreplace 'autogen.sh' do |s|
|
||||
s.gsub! 'libtoolize', 'glibtoolize'
|
||||
s.gsub! '/usr/share/aclocal', "#{HOMEBREW_PREFIX}/share/aclocal"
|
||||
end
|
||||
system "./autogen.sh"
|
||||
|
|
Loading…
Reference in a new issue