* [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
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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.