From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0DCFAfk38WJfhAEAbAwnHQ (envelope-from ) for ; Mon, 08 Aug 2022 18:21:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qAW2APk38WL7fgAAG6o9tA (envelope-from ) for ; Mon, 08 Aug 2022 18:21:13 +0200 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 C569654AA for ; Mon, 8 Aug 2022 18:21:12 +0200 (CEST) Received: from localhost ([::1]:37752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oL5V9-0007QW-JG for larch@yhetil.org; Mon, 08 Aug 2022 12:21:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oL5V0-0007Q9-OY for guix-patches@gnu.org; Mon, 08 Aug 2022 12:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52069) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oL5V0-0004Cu-F6 for guix-patches@gnu.org; Mon, 08 Aug 2022 12:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oL5V0-00074Z-7s for guix-patches@gnu.org; Mon, 08 Aug 2022 12:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56729] [RFC PATCH 00/10] Add sagemath. Resent-From: guix@ikherbers.com Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Aug 2022 16:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56729 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andreas Enge Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 56729@debbugs.gnu.org Received: via spool by 56729-submit@debbugs.gnu.org id=B56729.165997563627134 (code B ref 56729); Mon, 08 Aug 2022 16:21:02 +0000 Received: (at 56729) by debbugs.gnu.org; 8 Aug 2022 16:20:36 +0000 Received: from localhost ([127.0.0.1]:41818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL5Ua-00073Z-E7 for submit@debbugs.gnu.org; Mon, 08 Aug 2022 12:20:36 -0400 Received: from mo4-p03-ob.smtp.rzone.de ([81.169.146.174]:37085) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL5UX-00073O-JU for 56729@debbugs.gnu.org; Mon, 08 Aug 2022 12:20:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1659975623; s=strato-dkim-0002; d=ikherbers.com; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=3zsYeLvQsqBEVjXkq9qkv8eUX6Z/oC9jastf4c3k50M=; b=X87aW4KULGljRhRdnJ8plMSzXBwWZb7ZlCqPU6Q9iLsXn+kw+IVC90z9gjubZoaimp MfHxbE9M1zSREe0Ay06GdXVkvD4inywuIzLDO212S7UX8kwQT8/dIrvvKz9Ps4whyRoW jkNXCAnJJZw7L8p/9ODVl3UwOh6XNB+AsExaHDCmrUKgEILjjj55PRXzOw2oufh2hBEY 7qaNDTbpkYCDhjzxNNvqqZg/JlK3ldFvQFdq6PdVLWcbjxffeKdJMBRzCo7FUr7YseI3 a/SZMSqw4pVh7z+fi/Nbeh+hv45LwjDLMnrB07ofMsf8Vl1KS+AMbzv7H8fd0Qm6lHGO ZRfw== X-RZG-AUTH: ":IUwNfkitaf3qOWm2b/jA5tveVwUUcwH3PkiYp6DPxTDDEo4xO9ymAEzKSWlvmNAhIG6s" X-RZG-CLASS-ID: mo00 Received: from lambda.localdomain by smtp.strato.de (RZmta 47.47.0 DYNA|AUTH) with ESMTPSA id 0cac6cy78GKMoYU (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 8 Aug 2022 18:20:22 +0200 (CEST) Date: Mon, 8 Aug 2022 18:20:22 +0200 From: guix@ikherbers.com Message-ID: Mail-Followup-To: Andreas Enge , Ludovic =?UTF-8?Q?Court=C3=A8s?= , 56729@debbugs.gnu.org References: <87y1w81flc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659975672; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=3zsYeLvQsqBEVjXkq9qkv8eUX6Z/oC9jastf4c3k50M=; b=Oii8Pc3bw9yiagEOwlZC8aVvIYF0ZqmbNsKJaNvfD6bdOIRAeUmfdS0eM4p1nJTaFlQ3Ej HenKZcxiwI2MFLYiqDnhv8E/bpS/d4Eu/15fMK9FikSzao2r0txqoLoxy+OFR1VtMkzwV+ Po5X7zYZEQZmod1MbrPGzb7qjS8c3sP8vVZA46BuPkFqrXD0hDLzn3T5urABPG6c33izkn lZXK/uA+edCeFzmfpLtnDjc1N0u5/SQ96q0Lbq3coU9WsFWmdgs7n83agWhrFE3YbwOvfK VQojQpTIGIhL0uf3X/dw5P8JcIeHOx8bfa8SP/Bz5Gt6T2Iz8LaQATAR9rDn3w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659975672; a=rsa-sha256; cv=none; b=MCsqr6kosdC89c+yO0cNTNN70o240Pk8X5s5aolYvp7tmWUIzNVP6fr8JhIivK1zy/L3SC 2g1r/uhK1vkIFNe4opyKgBhTuq45tIWCMQGotWa7RRWiB/0umiJ0CSMN2G2a8A5Y1PMp4w fF8bdAjamBEYb/F0LnsG7MHG+cSb3G6IS/JXOWUS7NTbJH+YOfzGw9fz8wZ8XE65zu3wuY lXHZZHbCo3MIoGfwDydEfzWdVvumCqwrpJ53GKhq5JVZqyrMd+sRS5Z9OEivUEDnKg2oiY +djw2fJ1uC2slxGw2//1+YYhvZZxGX9kWxrD5sxlZDITHSZ4+BmhhiIynpgZ0g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=X87aW4KU; dmarc=none; 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: 0.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=X87aW4KU; dmarc=none; 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: C569654AA X-Spam-Score: 0.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: oeyeYNLVdwM3 Hello, On 2022-08-08T16:40:37+0200, Andreas Enge wrote: > Hello, > > Am Mon, Aug 01, 2022 at 11:24:31AM +0200 schrieb Ludovic Courtès: > > > This series adds SageMath. Everything compiles just fine and even the > > > Jupyter notebook interface works, but there is still much work to do. So > > > far, I have only added the minimal set of inputs required for the build > > > to succeed. Tests and documentations are still missing. > > This looks great already! To make sure things don’t stall, we could > > apply the patch series piecemeal, starting with the dependencies that > > you think are ready, and leaving more time to polish the ‘sagemath’ > > package. > > thanks for letting me know, I will start by having a look at the patches > doing version updates. Great! But note that I just sent an updated series with minor touch ups :). > Concerning sagemath itself, below is my very old version of an attempt at > packaging the library. Some things look reassuringly similar, my handling > of the number of cores is less nice, but I do delete the bundled packages. The `upstream' directory only seems to exist in the published tarball. So this should be no problem if we build from git. > Maybe you could copy useful parts into your recipe? I'll take a look! > As for tests, indeed we should drop them for the time being until we have > a working sage package. Too late (for the most part) :).