From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id +BoIDRbzemGjmwAAgWs5BA (envelope-from ) for ; Thu, 28 Oct 2021 20:59:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qFa3CBbzemE2WgAA1q6Kng (envelope-from ) for ; Thu, 28 Oct 2021 18:59:34 +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 C47F738329 for ; Thu, 28 Oct 2021 20:59:33 +0200 (CEST) Received: from localhost ([::1]:34810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgAce-0003AR-Ry for larch@yhetil.org; Thu, 28 Oct 2021 14:59:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgAcA-00036B-4s for guix-patches@gnu.org; Thu, 28 Oct 2021 14:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41653) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgAc9-00088Q-T5 for guix-patches@gnu.org; Thu, 28 Oct 2021 14:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgAc9-00018p-T6 for guix-patches@gnu.org; Thu, 28 Oct 2021 14:59:01 -0400 Subject: bug#51326: [PATCH 0/2] Add GiNaC (computer algebra library). Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Oct 2021 18:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51326 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego Cc: 51326-done@debbugs.gnu.org Mail-Followup-To: 51326@debbugs.gnu.org, ludo@gnu.org, monego@posteo.net Received: via spool by 51326-done@debbugs.gnu.org id=D51326.16354475234355 (code D ref 51326); Thu, 28 Oct 2021 18:59:01 +0000 Received: (at 51326-done) by debbugs.gnu.org; 28 Oct 2021 18:58:43 +0000 Received: from localhost ([127.0.0.1]:53198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgAbr-00018B-9e for submit@debbugs.gnu.org; Thu, 28 Oct 2021 14:58:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgAbp-00017z-51 for 51326-done@debbugs.gnu.org; Thu, 28 Oct 2021 14:58:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgAbj-00085d-P3; Thu, 28 Oct 2021 14:58:35 -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=uXAAEHCLKOvtoOt8SIQEVuggYaeRptDIl+CFLdtUn+Q=; b=cpKI8jD2kTR5M5hGtk3Z sMWwyRLZjjn49uas7d2FRsb3Lb6z4lV7MS4scKLfNk/9WFuvhb7siShG/rDVXNVWJxULXZvqQ0cei zT03JwNxaVl9c0mx+UpX3degfIU0uBZp8pZ29yOod11Oy9njsM+ohk1IFysnOhJ67Ux9r+Zy79UWT h0xPwHHNRH/6FJLQ7dOW9dHpD7VW1YdNYIQibgwrDEFlCsdha6BDzI7nQWFWP07Hhm11yVsl09LJU f0+vxmlgsq3nWMT9nx4AVRgiUREhSmViW8z09Il6BDpFTY1lmUpdX/n5f9tM/Z0pHdRSJ/YkVpPXE WXA5//1qXzCpbw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54858 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgAbj-0001Rk-7k; Thu, 28 Oct 2021 14:58:35 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211022030655.415185-1-monego@posteo.net> Date: Thu, 28 Oct 2021 20:58:33 +0200 In-Reply-To: <20211022030655.415185-1-monego@posteo.net> (Vinicius Monego's message of "Fri, 22 Oct 2021 03:06:55 +0000") Message-ID: <87sfwl3rja.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635447574; 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-to: 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=uXAAEHCLKOvtoOt8SIQEVuggYaeRptDIl+CFLdtUn+Q=; b=DUJQYCUhcVhS7NSub5LN6JivBy2NxtK/frFIJaaW+j3GTPD1c3/c71JztQrGXWGUPZPtXh 5Wmx7GsHwk69fxHbe3FfH+WQAIQKRe8teWJhqHUrNoEx9uvusPm1JdrAkvpwH7MHa1Xwor d7zuiQ3SmTnHnLCstNdySbL87nkmFEXORbIvPj9AsASxSunkROqXPMCx/uTtmjZAOsPej4 D22WF162XgS+POVECJaO1oaRmnKrIzZ7R2eglX5lrg/nr7q7EBVSj2UAdOpsLvar9Fut37 Z/lM3DF+pqNQ5w9a8kA0eG5WjHktzB0tlnNOOR4ljSS4wBe9rodLuzC0EXqcUg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635447574; a=rsa-sha256; cv=none; b=BtIwsn7JdgOHYpERjZ2aoXSdwz8bzBuPRtaO8GdkIEJV0+dyZJyHMeY6eneA+DTILCJmB1 HUK3+hnlCrGDIUdVHEAHqsqduoG+y0OXWI2I317ttZvfXnW9l0bgzJD6LV3rh3lq5wiOK3 cgFsqjP69KnTJW4UtilEbQia1o5MOWfK5zRarLO+l7BACX5lcXCLArl1yzQ3qA2+ppy+k1 v7wRIXattGOsNxK3VA6L7cjoBRRH2DJ7XSGnnH+VhrMqPYnSDIWohSf9QSfm1OtlCwqkmv dtJ+EtE2gYdeybL1mdrFQq6BLckc/9jQQHe5XTzDEtGchtVY6BzPvlwwS0JeTA== 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=cpKI8jD2; dmarc=pass (policy=none) header.from=gnu.org; 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-Migadu-Spam-Score: -2.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cpKI8jD2; dmarc=pass (policy=none) header.from=gnu.org; 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-Migadu-Queue-Id: C47F738329 X-Spam-Score: -2.93 X-Migadu-Scanner: scn0.migadu.com X-TUID: CwHF4G4Np3rS Hi Vinicius, Vinicius Monego skribis: > gnu: Add cln. > gnu: Add ginac. > > gnu/packages/algebra.scm | 32 +++++++++++++++++++++++++++++++- > gnu/packages/multiprecision.scm | 24 ++++++++++++++++++++++++ > 2 files changed, 55 insertions(+), 1 deletion(-) Applied, thanks! Ludo=E2=80=99.