From: raingloom <raingloom@riseup.net>
To: 54274@debbugs.gnu.org
Subject: [bug#54274] [PATCH]: Add gmp to Blender.
Date: Sun, 6 Mar 2022 18:26:49 +0100 [thread overview]
Message-ID: <20220306182649.5f3cfb01@riseup.net> (raw)
[-- 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
next reply other threads:[~2022-03-06 17:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-06 17:26 raingloom [this message]
2022-03-08 13:51 ` bug#54274: [PATCH]: Add gmp to Blender Guillaume Le Vaillant
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=20220306182649.5f3cfb01@riseup.net \
--to=raingloom@riseup.net \
--cc=54274@debbugs.gnu.org \
/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).