guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Blender: Add the missing Voxel Remesher.


From: guix-commits
Subject: branch master updated: gnu: Blender: Add the missing Voxel Remesher.
Date: Wed, 21 Apr 2021 12:18:19 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8237526  gnu: Blender: Add the missing Voxel Remesher.
8237526 is described below

commit 823752646f4992efdd4162724b46e04dda8b660a
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Wed Apr 21 17:59:32 2021 +0200

    gnu: Blender: Add the missing Voxel Remesher.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Add openvdb.
    [arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/graphics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f9f19cc..ef3be67 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -527,6 +527,7 @@ typically encountered in feature film production.")
                "-DWITH_INSTALL_PORTABLE=OFF"
                "-DWITH_JACK=ON"
                "-DWITH_MOD_OCEANSIM=ON"
+               "-DWITH_OPENVDB=ON"
                "-DWITH_OPENSUBDIV=ON"
                "-DWITH_PYTHON_INSTALL=OFF"
                (string-append "-DPYTHON_LIBRARY=python" ,python-version)
@@ -582,6 +583,7 @@ typically encountered in feature film production.")
        ("pugixml" ,pugixml)
        ("python" ,python)
        ("python-numpy" ,python-numpy)
+       ("openvdb" ,openvdb)
        ("tbb" ,tbb)
        ("zlib" ,zlib)
        ("embree" ,embree)))



reply via email to

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