From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id sPEqGoB/u2HtFQAAgWs5BA (envelope-from ) for ; Thu, 16 Dec 2021 19:03:44 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 4AbWFYB/u2G/OgAAB5/wlQ (envelope-from ) for ; Thu, 16 Dec 2021 18:03:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 32BFFFAC7 for ; Thu, 16 Dec 2021 19:03:44 +0100 (CET) Received: from localhost ([::1]:50754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxv6V-0005bC-Bu for larch@yhetil.org; Thu, 16 Dec 2021 13:03:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxv31-0000WG-Cg for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53417) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxv30-0008FH-1d for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mxv30-0006p4-1J for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52283] [PATCH v2 12/12] gnu: prusa-slicer: Mark as tunable. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Dec 2021 18:00:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52283 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52283@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 52283-submit@debbugs.gnu.org id=B52283.163967757126075 (code B ref 52283); Thu, 16 Dec 2021 18:00:05 +0000 Received: (at 52283) by debbugs.gnu.org; 16 Dec 2021 17:59:31 +0000 Received: from localhost ([127.0.0.1]:36716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxv2R-0006mO-EQ for submit@debbugs.gnu.org; Thu, 16 Dec 2021 12:59:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxv1u-0006io-CE for 52283@debbugs.gnu.org; Thu, 16 Dec 2021 12:58:58 -0500 Received: from [2001:470:142:3::e] (port=44382 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxv1p-0007vP-2g; Thu, 16 Dec 2021 12:58:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=Kt3Ts0RyVfB58IBBqLsj5KrIJ6RpBbr6wviibgKvjOo=; b=HVf1355bmgq8febnqzaP JSbfVTr11BzjViAmHfn6FlZKp2oLNmTz/9tHO+h+00aRfMbkFwtVrfQu/tSv9sA+0DJtZy2tZwW0l +kAnqH8I2jEL5EROJjqRDiYy8u0fCworOadSI05ZJPRZjSkfdL5VbdjgmGiz6IQiRoqGeHzdctzwj wLG5FEo/AU6YaMJ1jRDUGO1zpgGoawIyHDQSvC7LdyGupWHMeYGpJ9fg1gY776uU3usFJ6UUGJ/l2 IAIwnxSy4p6+WZMiG8fFGzsc/1mbQt2bZYJUkbvTE9IL8JcuR5WPhzzn7xREx2D6JCFKQ8KjEI45W iuKNfSELrENNtQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42202 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxv1p-0000YX-2P; Thu, 16 Dec 2021 12:58:53 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Thu, 16 Dec 2021 18:58:27 +0100 Message-Id: <20211216175827.2077-13-ludo@gnu.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211216175827.2077-1-ludo@gnu.org> References: <87lf0wkcam.fsf@gnu.org> <20211216175827.2077-1-ludo@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639677824; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Kt3Ts0RyVfB58IBBqLsj5KrIJ6RpBbr6wviibgKvjOo=; b=eD/VJDfTg7zM0m2EAh84Jwr+tC/v0iFkA80gDVaFjZNA8bmlmI/E2bKl6ZiZbLQpAw8GEd fLuJKFV5Kegm6e8Yyef8le7TeibPbHqXIyOQLZ+xKoMhDBvwL2XHQRht4PP15UXkQe5Nas gsi/NTZJ+RdJbKW+0WdYtmiqiOKqGEt8Z0zuvPGbvnbedtMSzIpN1rIJVOSP6ud6iavyI/ CZVltiWSZsX9EbY4VGsYBKPb6JYoBAL+ggDEcqSuw+JqPgUPtx6e27kuXiLtYeLYwY7I/M RyqA945pcOU9d2diKwQpaIc+ZUsntdHbvjxFFweIykfbqZFQLcOid3qCNfddHQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639677824; a=rsa-sha256; cv=none; b=JlNkpiQDUZLGqyjWHJiCq7lCfu3I+7t8aCSTyhmt55w+ZEde4h5n3vEzxqsYL0CI854tGO IY0w6s6Bs2XiwUI+mtQAWOy6CzUkLJbHwrBxv08tG0SltObwNOSKW36T3C4pMP9yDuA4gG cEZcyEEa1afBFI3BFOrMcqn5NldNNwacN6pdEqokKYNy0NQGUdBdS1DkUUhBSm+5W3zwxw +74vo6RpQYMpZ+78imZrsPQKRO8SCsnW/L/7qatMgQNfrcRSNuQfq7wmwiOX/SpyGl9JVC hxtl2Q4Msq3K5p9fWj+U7G81EXXfH8AgyTzxWbnQW4zaMN5pFyeu3Zl0pjvVBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HVf1355b; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.69 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HVf1355b; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 32BFFFAC7 X-Spam-Score: -2.69 X-Migadu-Scanner: scn0.migadu.com X-TUID: cEjP/xfYAy5N * 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