emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52903: closed ([PATCH] gnu: blender: Update to 3.0.0.)


From: GNU bug Tracking System
Subject: bug#52903: closed ([PATCH] gnu: blender: Update to 3.0.0.)
Date: Thu, 30 Dec 2021 20:40:01 +0000

Your message dated Thu, 30 Dec 2021 15:39:13 -0500
with message-id <Yc4Y8dhurRqNI9xD@jasmine.lan>
and subject line Re: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0.
has caused the debbugs.gnu.org bug report #52903,
regarding [PATCH] gnu: blender: Update to 3.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52903
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: blender: Update to 3.0.0. Date: Thu, 30 Dec 2021 20:05:16 +0100
* 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0. Date: Thu, 30 Dec 2021 15:39:13 -0500
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]