* gnu/packages/simulation.scm (python-fenics-ufl): Delete variable.

Change-Id: Ib80ed4ef5789e5815537731b828c492919bff697
---
 gnu/packages/simulation.scm | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index b32bf997df..ce38f30c04 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -554,40 +554,6 @@ (define-public esmini
 some support for generating and analysing traffic scenarios..")
     (license license:mpl2.0)))
 
-(define-public python-fenics-ufl
-  (package
-    (name "python-fenics-ufl")
-    (version "2019.1.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "fenics-ufl" version))
-        (sha256
-          (base32
-            "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p"))))
-    (build-system python-build-system)
-    (inputs
-     (list python-numpy))
-    (native-inputs
-     (list python-pytest))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda _
-             (invoke "py.test" "test"))))))
-    (home-page "https://bitbucket.org/fenics-project/ufl/";)
-    (synopsis "Unified language for form-compilers")
-    (description "The Unified Form Language (UFL) is a domain specific
-language for declaration of finite element discretizations of
-variational forms.  More precisely, it defines a flexible interface
-for choosing finite element spaces and defining expressions for weak
-forms in a notation close to mathematical notation.
-
-UFL is part of the FEniCS Project.")
-    (license license:lgpl3+)))
-
-
 ;; 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."
 ;; <https://bitbucket.org/fenics-project/fiat> ->
-- 
2.49.0




Reply via email to