guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Blender: Use opensubdiv.


From: guix-commits
Subject: 02/02: gnu: Blender: Use opensubdiv.
Date: Tue, 13 Aug 2019 14:43:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 588a0a335d09311197352c7f49d5541ef2717cc8
Author: Carlo Zancanaro <address@hidden>
Date:   Mon Aug 12 20:15:11 2019 +1000

    gnu: Blender: Use opensubdiv.
    
    Fixes <https://bugs.gnu.org/36977>.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Add opensubdiv.
    [arguments]: Add "-DWITH_OPENSUBDIV=ON" to #:configure-flags.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/graphics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3290d99..ee56dae 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -105,6 +105,7 @@
                "-DWITH_INSTALL_PORTABLE=OFF"
                "-DWITH_JACK=ON"
                "-DWITH_MOD_OCEANSIM=ON"
+               "-DWITH_OPENSUBDIV=ON"
                "-DWITH_PYTHON_INSTALL=OFF"
                (string-append "-DPYTHON_LIBRARY=python" ,python-version "m")
                (string-append "-DPYTHON_LIBPATH=" (assoc-ref %build-inputs 
"python")
@@ -140,6 +141,7 @@
        ("libx11" ,libx11)
        ("openimageio" ,openimageio)
        ("openexr" ,openexr)
+       ("opensubdiv" ,opensubdiv)
        ("ilmbase" ,ilmbase)
        ("openjpeg" ,openjpeg)
        ("libjpeg" ,libjpeg)



reply via email to

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