guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: prusa-slicer: Mark as tunable.


From: guix-commits
Subject: 11/11: gnu: prusa-slicer: Mark as tunable.
Date: Tue, 7 Dec 2021 04:10:32 -0500 (EST)

civodul pushed a commit to branch wip-cpu-tuning
in repository guix.

commit e8d789012a7adedb3fd3157e8e5b4ee92023ffe4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 18:08:26 2021 +0100

    gnu: prusa-slicer: Mark as tunable.
    
    * 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 4a749f5..7e8c042 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3070,4 +3070,7 @@ visualization, matrix manipulation.")
     (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)))))



reply via email to

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