From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCLjr-0006rE-5N for guix-patches@gnu.org; Tue, 16 Oct 2018 05:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCLjm-0005oh-IN for guix-patches@gnu.org; Tue, 16 Oct 2018 05:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gCLjm-0005np-C5 for guix-patches@gnu.org; Tue, 16 Oct 2018 05:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gCLjm-0003MP-6X for guix-patches@gnu.org; Tue, 16 Oct 2018 05:34:02 -0400 Subject: [bug#33059] [PATCH 10/10] gnu: Add fenics. Resent-Message-ID: From: Paul Garlick Date: Tue, 16 Oct 2018 10:31:24 +0100 Message-Id: <1539682284-6446-10-git-send-email-pgarlick@tourbillion-technology.com> In-Reply-To: <1539682284-6446-1-git-send-email-pgarlick@tourbillion-technology.com> References: <1539682284-6446-1-git-send-email-pgarlick@tourbillion-technology.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33059@debbugs.gnu.org Cc: Paul Garlick * gnu/packages/simulation.scm (fenics): New variable. --- gnu/packages/simulation.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index c0617b3..2e47067 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -901,3 +901,9 @@ libraries.") license:expat license:gpl2+ license:lgpl3+)))) + +;; The FEniCS Project. +(define-public fenics + (package + (inherit python-fenics-dolfin) + (name "fenics"))) -- 1.8.3.1