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

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

bug#47467: closed ([PATCH]: Fix Blender missing Voxel Remesher)


From: GNU bug Tracking System
Subject: bug#47467: closed ([PATCH]: Fix Blender missing Voxel Remesher)
Date: Wed, 21 Apr 2021 16:20:02 +0000

Your message dated Wed, 21 Apr 2021 12:19:28 -0400
with message-id <YIBQkP2YcNu42FMU@jasmine.lan>
and subject line Re: [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher
has caused the debbugs.gnu.org bug report #47467,
regarding [PATCH]: Fix Blender missing Voxel Remesher
to be marked as done.

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


-- 
47467: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47467
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH]: Fix Blender missing Voxel Remesher Date: Mon, 29 Mar 2021 14:17:20 +0000
Hi,

According to bug#47463[^1], Blender is missing a dependency that
doesn't allow to run the Voxel Remesher.

This series of patches solve that.

I have a comment on the first one. I'm not sure if I did it right.

I don't see a better way to set the `rpath` correcty. It should
find the lib by itself but the package has an executable as
ouput that doesn't find the library the package itself generates.
Removing the extra phase I added shows the RPATH is set to `lib`
instead to the absolute path of the library so the runpath check
fails to execute.

This is the best way I found to solve that but I'm sure whoever
that gets this patch knows a better way to handle that.

I tested Blender with this and it runs the Voxel Remesher as
expected.

Please, don't hesitate to send me any comment.

Thanks!


[^1]: https://lists.gnu.org/archive/html/bug-guix/2021-03/msg00647.html

Attachment: 0001-gnu-Add-openvdb.patch
Description: Text Data

Attachment: 0002-gnu-blender-Update-dependencies.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#47467] [PATCH]: Fix Blender missing Voxel Remesher Date: Wed, 21 Apr 2021 12:19:28 -0400
On Wed, Apr 21, 2021 at 04:03:20PM +0000, Ekaitz Zarraga wrote:
> This is the new patch with the minimum changes.
> I tested it and the voxel remesher works without issues.

Thanks!

> 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

I pushed as 823752646f4992efdd4162724b46e04dda8b660a after rewriting the
commit message to 1) have a descriptive title, 2) use complete sentences
and 3) Describe the changes in terms of code. As well as re-indenting.


--- End Message ---

reply via email to

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