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 ms11 with LMTPS id eK78HQlvBF+lbgAA0tVLHw (envelope-from ) for ; Tue, 07 Jul 2020 12:48:09 +0000 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 WGPVGQlvBF/BQwAAB5/wlQ (envelope-from ) for ; Tue, 07 Jul 2020 12:48:09 +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 031BD94066C for ; Tue, 7 Jul 2020 12:48:09 +0000 (UTC) Received: from localhost ([::1]:45052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsn16-0003oU-0U for larch@yhetil.org; Tue, 07 Jul 2020 08:48:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36724) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsn10-0003o9-Gp for guix-patches@gnu.org; Tue, 07 Jul 2020 08:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52417) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jsn10-0003bz-7Y for guix-patches@gnu.org; Tue, 07 Jul 2020 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jsn10-0004FG-5q for guix-patches@gnu.org; Tue, 07 Jul 2020 08:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41971] [WIP PATCH 0/5] Add SageMath Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 07 Jul 2020 12:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41971 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 41971@debbugs.gnu.org, andreas@enge.fr Received: via spool by 41971-submit@debbugs.gnu.org id=B41971.159412605916260 (code B ref 41971); Tue, 07 Jul 2020 12:48:02 +0000 Received: (at 41971) by debbugs.gnu.org; 7 Jul 2020 12:47:39 +0000 Received: from localhost ([127.0.0.1]:35721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsn0c-0004EC-UK for submit@debbugs.gnu.org; Tue, 07 Jul 2020 08:47:39 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:51275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsn0a-0004Dx-Jw for 41971@debbugs.gnu.org; Tue, 07 Jul 2020 08:47:37 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 7959AFF808; Tue, 7 Jul 2020 12:47:29 +0000 (UTC) From: Nicolas Goaziou References: <20200620212802.31906-1-kuba@kadziolka.net> Date: Tue, 07 Jul 2020 14:47:28 +0200 In-Reply-To: <20200620212802.31906-1-kuba@kadziolka.net> ("Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?="'s message of "Sat, 20 Jun 2020 23:28:02 +0200") Message-ID: <87v9iz5w67.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: yiD9vyE/mrqA Hello, Jakub K=C4=85dzio=C5=82ka writes: > This patchstack builds upon #40283 and packages (some of) SageMath. > Currently, sagelib is built successfully, but the `sage' binary is not > being installed. I'm submitting this here as I'm no longer actively > working on this for now. Some things remain to be done: Thanks! Would it make sense to add the uncontroversial fourth first patches, along with #40283, so it is easier to hack on the sagemath package itself? I'm also Cc'ing Andreas Enge, who showed interest in packaging Sagemath a few months ago, and, AFAIK, was close to succeeding. Regards, --=20 Nicolas Goaziou