unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54274] [PATCH]: Add gmp to Blender.
@ 2022-03-06 17:26 raingloom
  2022-03-08 13:51 ` bug#54274: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2022-03-06 17:26 UTC (permalink / raw)
  To: 54274

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

This is required for boolean operators to work. Tested, everything
seems to be working fine.

[-- Attachment #2: 0001-gnu-blender-Enable-boolean-operations-on-meshes.patch --]
[-- Type: text/x-patch, Size: 829 bytes --]

From f3a5ab5d5ef3ed0cee388f35ebc2da5947d967bd Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Sun, 6 Mar 2022 06:31:34 +0100
Subject: [PATCH] gnu: blender: Enable boolean operations on meshes.

* gnu/packages/graphics.scm (blender): Add optional gmp dependency.
[inputs]: Add gmp.
---
 gnu/packages/graphics.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f5152b0ba2..317687c701 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -496,6 +496,7 @@ (define-public blender
        ("libtiff" ,libtiff)
        ("ffmpeg" ,ffmpeg)
        ("fftw" ,fftw)
+       ("gmp" ,gmp) ;; needed for boolean operations on meshes
        ("jack" ,jack-1)
        ("libsndfile" ,libsndfile)
        ("freetype" ,freetype)
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54274: [PATCH]: Add gmp to Blender.
  2022-03-06 17:26 [bug#54274] [PATCH]: Add gmp to Blender raingloom
@ 2022-03-08 13:51 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-08 13:51 UTC (permalink / raw)
  To: raingloom; +Cc: 54274-done

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

Patch pushed as 1217b02f4539e14cc904ada218d52ffb48cd8f76.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-08 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-06 17:26 [bug#54274] [PATCH]: Add gmp to Blender raingloom
2022-03-08 13:51 ` bug#54274: " Guillaume Le Vaillant

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).