[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: OpenVDB: Update to 8.2.0.
From: |
guix-commits |
Subject: |
01/02: gnu: OpenVDB: Update to 8.2.0. |
Date: |
Thu, 30 Dec 2021 15:38:38 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 2c864ca93357bce26f541f12395496da073e65a5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 30 15:25:50 2021 -0500
gnu: OpenVDB: Update to 8.2.0.
* gnu/packages/graphics.scm (openvdb): Update to 8.2.0.
[inputs]: Replace tbb-2020 with tbb.
---
gnu/packages/graphics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 574c498b7e..73db17bb17 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -377,7 +377,7 @@ applications.")
(define-public openvdb
(package
(name "openvdb")
- (version "8.0.1")
+ (version "8.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -387,14 +387,14 @@ applications.")
(file-name (git-file-name name version))
(sha256
(base32
- "0qzx6l5c183k6j9zki31gg9aixf5s1j46wdi7wr1h3bz7k53syg9"))))
+ "0856697hnwk8xsp29kx8y2p1kliy0bdwfsznxm38v4690vna15rk"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
(list (string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib"))))
(inputs
- (list boost c-blosc ilmbase tbb-2020 zlib))
+ (list boost c-blosc ilmbase tbb zlib))
(native-inputs
(list pkg-config))
(home-page "https://www.openvdb.org/")