guix-patches
[Top][All Lists]
Advanced

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

[bug#52283] [PATCH v2 12/12] gnu: prusa-slicer: Mark as tunable.


From: Ludovic Courtès
Subject: [bug#52283] [PATCH v2 12/12] gnu: prusa-slicer: Mark as tunable.
Date: Thu, 16 Dec 2021 18:58:27 +0100

* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
---
 gnu/packages/engineering.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 709b6d2864..fa82448736 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3121,4 +3121,7 @@ (define-public prusa-slicer
     (synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)")
     (description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts 
them into
 G-code instructions for FFF printers or PNG layers for mSLA 3D printers.")
-    (license license:agpl3)))
+    (license license:agpl3)
+
+    ;; Mark as tunable to take advantage of SIMD code in Eigen and in libigl.
+    (properties '((tunable? . #t)))))
-- 
2.33.0






reply via email to

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