GNU bug report logs -
#52903
[PATCH] gnu: blender: Update to 3.0.0.
Previous Next
Reported by: raingloom <raingloom <at> riseup.net>
Date: Thu, 30 Dec 2021 19:06:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#52903: [PATCH] gnu: blender: Update to 3.0.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 52903 <at> debbugs.gnu.org.
--
52903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52903
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Thu, Dec 30, 2021 at 08:05:16PM +0100, raingloom wrote:
> * gnu/packages/graphics.scm (blender): Update to 3.0.0.
> [inputs]: Add zstd.
Thanks!
I noticed a warning from the linker that there were two different
versions of tbb among the run-time dependencies of Blender.
I checked, and was able to resolve this conflict by updating OpenVDB and
its use of tbb.
Pushed as d6b519c7184bba64977f2ae89195731b2c77d34f
[Message part 3 (message/rfc822, inline)]
* gnu/packages/graphics.scm (blender): Update to 3.0.0.
[inputs]: Add zstd.
---
gnu/packages/graphics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 574c498b7e..2090554189 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -409,14 +409,14 @@ (define-public openvdb
(define-public blender
(package
(name "blender")
- (version "2.93.6")
+ (version "3.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://download.blender.org/source/" "blender-" version ".tar.xz"))
(sha256
(base32
-
"19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7"))))
+
"1jzirg60c2lhln78a7phbsk2ssvcdqxqb3awp895m0pqrlmz7w2h"))))
(build-system cmake-build-system) (arguments
(let ((python-version (version-major+minor (package-version
python)))) @@ -500,6 +500,7 @@ (define-public blender
("openvdb" ,openvdb)
("tbb" ,tbb-2020)
("zlib" ,zlib)
+ ("zstd" ,zstd "lib")
("embree" ,embree)))
(home-page "https://blender.org/")
(synopsis "3D graphics creation suite")
--
2.34.0
This bug report was last modified 3 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.