From patchwork Thu Sep 8 13:14:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 42334 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3628527BBEA; Thu, 8 Sep 2022 14:26:03 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D06A327BBE9 for ; Thu, 8 Sep 2022 14:26:02 +0100 (BST) Received: from localhost ([::1]:44114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWHXd-0000Un-WA for patchwork@mira.cbaines.net; Thu, 08 Sep 2022 09:26:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHN2-0006dF-1D for guix-patches@gnu.org; Thu, 08 Sep 2022 09:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40742) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWHN0-0000AS-54 for guix-patches@gnu.org; Thu, 08 Sep 2022 09:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oWHN0-0003oF-19 for guix-patches@gnu.org; Thu, 08 Sep 2022 09:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57361] [PATCH] gnu: Add solvespace. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 08 Sep 2022 13:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57361 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kristian Lein-Mathisen Cc: 57361@debbugs.gnu.org Received: via spool by 57361-submit@debbugs.gnu.org id=B57361.166264288714608 (code B ref 57361); Thu, 08 Sep 2022 13:15:01 +0000 Received: (at 57361) by debbugs.gnu.org; 8 Sep 2022 13:14:47 +0000 Received: from localhost ([127.0.0.1]:57674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWHMl-0003nX-1R for submit@debbugs.gnu.org; Thu, 08 Sep 2022 09:14:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWHMj-0003nK-4t for 57361@debbugs.gnu.org; Thu, 08 Sep 2022 09:14:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39666) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHMd-00005l-Ue; Thu, 08 Sep 2022 09:14:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=KEUTqam0hfWO9SX5pvJmLFOI2Pp0SM4pBq1yesZ2FQQ=; b=rEqy+oZGMQ7qbhHdnukh WYjs/Qm5+LnXudriJ2iXhOgXFYcRZSGAoN+MX+z9P1khNVz0WumVW09aRlR5wsu4Ad7TAw/cxRMJf WHn7fz1XKdfKUWieR9d+JJp133a00pdQyQmDHMU5VytU3Pgt5+DFtPiLAT8gbUqF2mbRwfBHxKUEc YschL92DWtdnAUARfIrp/vTa0FNS1/3GsmyhfCwIjDalI6FGfQg30E2+yvZLMKS4NvGJ7pUOlh+X7 22jR8bwnQhRwzBWBiqaZrnwBaJQv3QD0M4RXbL4yyzr7pHkBQaGbvTmTbC/EYfkuHpw+lfeYjvI2J oqZPO32ew7Crhg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=57244 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHMc-0004yY-7L; Thu, 08 Sep 2022 09:14:39 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: Date: Thu, 08 Sep 2022 15:14:36 +0200 In-Reply-To: (Kristian Lein-Mathisen's message of "Tue, 6 Sep 2022 10:33:32 +0200") Message-ID: <87illygg8z.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, Kristian Lein-Mathisen skribis: > From a19e2d22f52b71db2ddc14b5dcaa6acb57c27484 Mon Sep 17 00:00:00 2001 > From: Kristian Lein-Mathisen > Date: Mon, 5 Sep 2022 21:49:03 +0200 > Subject: [PATCH 1/2] gnu: Add mimalloc. > > * gnu/packages/c.scm (mimalloc): New variable. [...] > From a2967120d10320962a0298caa412d320bca7804a Mon Sep 17 00:00:00 2001 > From: Kristian Lein-Mathisen > Date: Tue, 6 Sep 2022 10:24:01 +0200 > Subject: [PATCH 2/2] gnu: Add solvespace. > > * gnu/packages/engineering.scm (solvespace): New variable. Applied both, the latter with the cosmetic changes below. Thanks! Ludo’. diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index f6a5e22188..05f33db143 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2963,18 +2963,19 @@ (define-public solvespace mimalloc mesa zlib)) - (synopsis "Parametric 2D/3D CAD") + (synopsis + "Parametric 2D/3D @acronym{CAD, computer-aided design} software") (description "SOLVESPACE is a parametric 3D @acronym{CAD, -Computer Aided Design} tool. Applications include: +computer-aided design} tool. Applications include: @itemize -@item modeling 3d parts — draw with extrudes, revolves, helixes and +@item modeling 3D parts — draw with extrudes, revolves, helixes and Boolean (union / difference / intersection) operations @item modeling 2d parts — draw the part as a single section, - and export DXF, PDF, SVG; use 3d assembly to verify fit -@item 3d-printed parts — export the STL or other triangle mesh - expected by most 3d printers + and export DXF, PDF, SVG; use 3D assembly to verify fit +@item 3D-printed parts — export the STL or other triangle mesh + expected by most 3D printers @item preparing CAM data — export 2d vector art for a waterjet machine or laser cutter; or generate STEP or STL, for import into third-party CAM software for machining