summaryrefslogtreecommitdiff
path: root/gnu/packages/simulation.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-22 22:56:44 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-26 21:22:06 +0000
commita978dc3d3e4c0cf1e90dbb86eb5bb481699a1c36 (patch)
tree1324b4f565e4042d8bb86728b81d2b91490d86c6 /gnu/packages/simulation.scm
parent720b0aa871e652b0e23e1e0cd12f3623f3cbbf02 (diff)
gnu: Add python-fenics-ufl-2019.
* gnu/packages/simulation.scm (python-fenics-ufl-2019): New variable. Change-Id: Ie0dccb8e5500cdaa14b6f32621ce48d1399b9979 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/simulation.scm')
-rw-r--r--gnu/packages/simulation.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 87442806c31..ff8c2ed974e 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -628,6 +628,16 @@ notation.
UFL is part of the FEniCS Project.")
(license license:lgpl3+)))
+(define-public python-fenics-ufl-2019
+ (package/inherit python-fenics-ufl
+ (name "python-fenics-ufl")
+ (version "2019.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fenics-ufl" version))
+ (sha256
+ (base32 "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p"))))))
;; XXX: This package is quite dated and upstream no longer maintains it: "This
;; repository was archived by the owner on Feb 21, 2022. It is now read-only."