From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Packaging Sagemath Date: Tue, 18 Jun 2019 13:30:06 +0200 Message-ID: <20190618113006.GA20603@jurong> References: <20190618080921.GA2041@jurong> <87wohjql72.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45445) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdCJh-00071j-PM for guix-devel@gnu.org; Tue, 18 Jun 2019 07:30:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdCJc-00058h-8C for guix-devel@gnu.org; Tue, 18 Jun 2019 07:30:21 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:51412) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdCJb-00053B-Mo for guix-devel@gnu.org; Tue, 18 Jun 2019 07:30:16 -0400 Content-Disposition: inline In-Reply-To: <87wohjql72.fsf@nicolasgoaziou.fr> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Nicolas Goaziou Cc: guix-devel@gnu.org On Tue, Jun 18, 2019 at 11:47:29AM +0200, Nicolas Goaziou wrote: > I followed the link, but, IIUC, it is not up-to-date. For example, we > already have packaged many of them. Would it be useful to set-up > a world-writable document (e.g., a pad) somewhere, with a list of the > packages yet to be packaged, or a checklist with all packages that we > could tick-off? Indeed, many of them are already available, this is the list of all dependencies that we will (probably) have to add to the Sage recipe at some point. I did not go through it to check which ones we already have. > For example, here is such an up-to-date list, barring a few FIXME > I wasn't sure about: Thanks for the work on the list! As far as I can tell, the web page is already a world-writable pad; just click on the pencil or the split-page icons at the top left of the page. We may as well delete the packaged items (as I have been doing for two or three I just packaged now), and leave only TODO items. > I'll try to help when I have time. Great, I was actually thinking of you when I wrote the message, since you added a few mathematical software packages already :-) Andreas