[PATCH]: Add gmp to Blender.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • raingloom
Owner
unassigned
Submitted by
raingloom
Severity
normal
R
R
raingloom wrote on 6 Mar 2022 18:26
(name . Guix Patches)(address . guix-patches@gnu.org)
20220306182649.5f3cfb01@riseup.net
This is required for boolean operators to work. Tested, everything
seems to be working fine.
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(+)

Toggle diff (14 lines)
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
G
G
Guillaume Le Vaillant wrote on 8 Mar 2022 14:51
(name . raingloom)(address . raingloom@riseup.net)(address . 54274-done@debbugs.gnu.org)
87k0d4a6wg.fsf@kitej
Patch pushed as 1217b02f4539e14cc904ada218d52ffb48cd8f76.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYidfjw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+ifgD/Tl0k55M6tlDkiacbpO3ufGkk4Hyjh/2wxAGb
yPGjtTYA/i1Bwa6pH6tCpJJf67qbu0mirJA5k4K40j5XEQpnp+0W
=lZKS
-----END PGP SIGNATURE-----

Closed
?