openvdb: audit fixes
This commit is contained in:
parent
e321bcabb0
commit
5e8a6f7ad9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue