openvdb 7.0.0
Closes #48404. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
82c4f00df9
commit
ddcf84c2ba
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Openvdb < Formula
|
||||
desc "Sparse volume processing toolkit"
|
||||
homepage "https://www.openvdb.org/"
|
||||
url "https://github.com/AcademySoftwareFoundation/openvdb/archive/v6.2.1.tar.gz"
|
||||
sha256 "d4dd17ad571d4dd048f010e6f4b7657391960ed73523ed1716a17e7cf1806f71"
|
||||
url "https://github.com/AcademySoftwareFoundation/openvdb/archive/v7.0.0.tar.gz"
|
||||
sha256 "97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d"
|
||||
head "https://github.com/AcademySoftwareFoundation/openvdb.git"
|
||||
|
||||
bottle do
|
||||
|
@ -26,7 +26,6 @@ class Openvdb < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
# Adjust hard coded paths in Makefile
|
||||
args = [
|
||||
"DESTDIR=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue