From 82fc719dcc93edf9bbe7ac704316a90dac83531a Mon Sep 17 00:00:00 2001 From: Rafael Campos Date: Thu, 15 Oct 2015 10:09:48 -0400 Subject: [PATCH] openvdb 3.1.0 Closes Homebrew/homebrew#44991. Signed-off-by: Dominyk Tiller --- Formula/openvdb.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Formula/openvdb.rb b/Formula/openvdb.rb index 19b744fd85..2ce571c213 100644 --- a/Formula/openvdb.rb +++ b/Formula/openvdb.rb @@ -1,8 +1,8 @@ class Openvdb < Formula desc "Sparse volume processing toolkit" homepage "http://www.openvdb.org/" - url "https://github.com/dreamworksanimation/openvdb/archive/v3.0.0.tar.gz" - sha256 "6c90cfda032c54876b321031717c13ea56a6b7b15c911d3edfbb2ad7af49700e" + url "https://github.com/dreamworksanimation/openvdb/archive/v3.1.0.tar.gz" + sha256 "b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b" head "https://github.com/dreamworksanimation/openvdb.git" bottle do @@ -95,6 +95,10 @@ class Openvdb < Formula cd "openvdb" do system "make", "install", *args + if build.with? "tests" + system "make", "vdb_test", *args + bin.install "vdb_test" + end end end