diff options
Diffstat (limited to 'homebrew/vowpalwabbit/.make.sh-auto')
-rw-r--r-- | homebrew/vowpalwabbit/.make.sh-auto | 11 |
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" |