summaryrefslogtreecommitdiff
path: root/homebrew/vowpalwabbit/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vowpalwabbit/.make.sh-auto')
-rw-r--r--homebrew/vowpalwabbit/.make.sh-auto11
1 files changed, 11 insertions, 0 deletions
diff --git a/homebrew/vowpalwabbit/.make.sh-auto b/homebrew/vowpalwabbit/.make.sh-auto
new file mode 100644
index 000000000..cb7acfcea
--- /dev/null
+++ b/homebrew/vowpalwabbit/.make.sh-auto
@@ -0,0 +1,11 @@
+pkg:setup
+ENV.cxx11
+ENV["AC_PATH"] = "#{HOMEBREW_PREFIX}/share"
+./autogen.sh --prefix=${PKG_TAPF} --with-boost=#{Formula[boost"].opt_prefix}"
+make
+make DESTDIR=${PKG_DEST} install
+bin.install Dir["utl/*"]
+rm bin/"active_interactor.py"
+rm bin/"new_version"
+rm bin/"vw-validate.html"
+rm bin/"release.ps1"