gnu: prusa-slicer: Mark as tunable.
authorLudovic Courtès <ludo@gnu.org>
Sat, 4 Dec 2021 17:08:26 +0000 (18:08 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 1 Jan 2022 14:23:54 +0000 (15:23 +0100)
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.

gnu/packages/engineering.scm

index e930dde..eec835f 100644 (file)
@@ -3262,4 +3262,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)))))