From 5e8a6f7ad9dffae1f499f07d87871d9c23c5dc41 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Thu, 25 Feb 2016 20:09:01 +0100 Subject: [PATCH] openvdb: audit fixes --- Formula/openvdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/openvdb.rb b/Formula/openvdb.rb index dc2986e732..8b0a6ac9a3 100644 --- a/Formula/openvdb.rb +++ b/Formula/openvdb.rb @@ -3,8 +3,8 @@ class Openvdb < Formula homepage "http://www.openvdb.org/" url "https://github.com/dreamworksanimation/openvdb/archive/v3.1.0.tar.gz" sha256 "b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b" - head "https://github.com/dreamworksanimation/openvdb.git" revision 1 + head "https://github.com/dreamworksanimation/openvdb.git" bottle do sha256 "d60e3a904697fd6d4722a888ee929ffa42ca44da0fc3d82d2935bc81c6612283" => :el_capitan @@ -55,7 +55,7 @@ class Openvdb < Formula "EXR_LIB_DIR=#{Formula["openexr"].opt_lib}/lib", "BLOSC_INCL_DIR=", # Blosc is not yet supported. "PYTHON_VERSION=", - "NUMPY_INCL_DIR=" + "NUMPY_INCL_DIR=", ] if build.with? "jemalloc"