Skip to content

Commit

Permalink
vowpal-wabbit 8.9.2
Browse files Browse the repository at this point in the history
* vowpal-wabbit 8.9.1
* vowpal-wabbit: remove patch
* vowpal-wabbit 8.9.2
* license should be before head

Closes #72409.

Co-authored-by: Carlo Cabrera <[email protected]>
Co-authored-by: Eduardo Salinas <[email protected]>
Signed-off-by: Carlo Cabrera <[email protected]>
  • Loading branch information
3 people committed Mar 3, 2021
1 parent 15ef748 commit 149aec0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/vowpal-wabbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ class VowpalWabbit < Formula
homepage "https://github.com/VowpalWabbit/vowpal_wabbit"
# pull from git tag to get submodules
url "https://github.com/VowpalWabbit/vowpal_wabbit.git",
tag: "8.8.1",
revision: "5ff219ec0ff28af5d35e452f5f18e6808993e08a"
revision 1
tag: "8.9.2",
revision: "88442026750858c1dea9218dc0666fbbb5ae6520"
license "BSD-3-Clause"
head "https://github.com/VowpalWabbit/vowpal_wabbit.git"

bottle do
Expand All @@ -19,12 +19,6 @@ class VowpalWabbit < Formula
depends_on "rapidjson" => :build
depends_on "boost"

# Support using brewed rapidjson
patch do
url "https://github.com/VowpalWabbit/vowpal_wabbit/commit/9aea63874e70eee477b9b281ef12515f70f5d1bd.patch?full_index=1"
sha256 "e69037901f0027dbcd21204822875efb98c676805d383818483fbe7badc3d6b4"
end

def install
ENV.cxx11
# The project provides a Makefile, but it is a basic wrapper around cmake
Expand Down

0 comments on commit 149aec0

Please sign in to comment.