guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: blender: Fix build with Python 3.8.


From: guix-commits
Subject: 05/05: gnu: blender: Fix build with Python 3.8.
Date: Thu, 12 Mar 2020 19:20:52 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4889be6ceb794d8c535d90df007e012ab7c2161e
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 00:19:24 2020 +0100

    gnu: blender: Fix build with Python 3.8.
    
    * gnu/packages/graphics.scm (blender)[arguments]: Remove 'm' suffix from
    python directories.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 7e36854..fcd5b0c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -114,11 +114,11 @@
                "-DWITH_MOD_OCEANSIM=ON"
                "-DWITH_OPENSUBDIV=ON"
                "-DWITH_PYTHON_INSTALL=OFF"
-               (string-append "-DPYTHON_LIBRARY=python" ,python-version "m")
+               (string-append "-DPYTHON_LIBRARY=python" ,python-version)
                (string-append "-DPYTHON_LIBPATH=" (assoc-ref %build-inputs 
"python")
                               "/lib")
                (string-append "-DPYTHON_INCLUDE_DIR=" (assoc-ref %build-inputs 
"python")
-                              "/include/python" ,python-version "m")
+                              "/include/python" ,python-version)
                (string-append "-DPYTHON_VERSION=" ,python-version)
                (string-append "-DPYTHON_NUMPY_PATH="
                               (assoc-ref %build-inputs "python-numpy")



reply via email to

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