GNU bug report logs - #33059
[PATCH 00/10] Add the FEniCS Project

Previous Next

Package: guix-patches;

Reported by: Paul Garlick <pgarlick <at> tourbillion-technology.com>

Date: Tue, 16 Oct 2018 09:19:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Garlick <pgarlick <at> tourbillion-technology.com>
To: 33059 <at> debbugs.gnu.org
Cc: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Subject: [bug#33059] [PATCH 10/10] gnu: Add fenics.
Date: Tue, 16 Oct 2018 10:31:24 +0100
* 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





This bug report was last modified 6 years and 187 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.