unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: "47467@debbugs.gnu.org" <47467@debbugs.gnu.org>,
	Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher
Date: Wed, 21 Apr 2021 16:03:20 +0000	[thread overview]
Message-ID: <W97Uc0VcONvby3EkKJ7oW2PBIrK9qUudZ-ZO7V5q0W1V7CZFz9A0kv_1JbwEsmn_Zda1GwGr4STGEehVvV7kyz-DUZdIvMeVW2RqD_oNyVk=@elenq.tech> (raw)
In-Reply-To: <DGx0dZZZixmFZt4yZTY3LCkZy_bbEv_Ew0qrctGuwNxhOuCGOqpt1HskOm_pWO8EABy-xUs5wQFTV3oGMCDey8xKuc-a8mW4zFS2uBFnIj4=@elenq.tech>

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

This is the new patch with the minimum changes.
I tested it and the voxel remesher works without issues.

Cheers!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-blender-Update-dependencies.patch --]
[-- Type: text/x-patch; name=0001-gnu-blender-Update-dependencies.patch, Size: 1225 bytes --]

From 4c3705efbd24a63614ecfa964c661a503c8001a9 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Wed, 21 Apr 2021 17:59:32 +0200
Subject: [PATCH] gnu: blender: Update dependencies

    * gnu/packages/graphics.scm (blender):
    [inputs]: Add openvdb
    [arguments]: Add configure flags for openvdb
---
 gnu/packages/graphics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f9f19cc28d..ef3be67b25 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)))
-- 
2.31.0


  reply	other threads:[~2021-04-21 16:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 14:17 [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher Ekaitz Zarraga
2021-03-29 18:17 ` [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher (Follows) Ekaitz Zarraga
2021-04-12 14:14 ` [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher Ricardo Wurmus
2021-04-21 15:36 ` Ekaitz Zarraga
2021-04-21 16:03   ` Ekaitz Zarraga [this message]
2021-04-21 16:19     ` bug#47467: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='W97Uc0VcONvby3EkKJ7oW2PBIrK9qUudZ-ZO7V5q0W1V7CZFz9A0kv_1JbwEsmn_Zda1GwGr4STGEehVvV7kyz-DUZdIvMeVW2RqD_oNyVk=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=47467@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).