File: control

package info (click to toggle)
fenics-ufl 2025.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,176 kB
  • sloc: python: 25,267; makefile: 170
file content (62 lines) | stat: -rw-r--r-- 2,232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: fenics-ufl
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Johannes Ring <johannr@simula.no>,
 Drew Parsons <dparsons@debian.org>,
 Francesco Ballarin <francesco.ballarin@unicatt.it>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all:any (>= 3.6),
 python3-setuptools (>= 62~),
 python3-wheel,
 python3-numpy,
 python3-pytest,
 python3-sphinx,
 libjs-mathjax <!nodoc>
Standards-Version: 4.7.3
Homepage: http://fenicsproject.org
Vcs-Git: https://salsa.debian.org/science-team/fenics/fenics-ufl.git
Vcs-Browser: https://salsa.debian.org/science-team/fenics/fenics-ufl

Package: python3-ufl
Architecture: all
Depends:
 python3-numpy,
 ${python3:Depends},
 ${misc:Depends}
Suggests: python-ufl-doc
Breaks: python3-dolfin (<< 2019.2.0~legacy~),
 python3-basix (<< 0.8~),
 python3-dolfinx (<< 1:0.8~),
 fenicsx-performance-tests-source (<< 0.8~)
Conflicts: python-ufl (<< 2018.1~)
Replaces: python-ufl
Description: unified language for form-compilers (Python 3)
 UFL (Unified Form Language) is a unified language for definition of
 variational forms intended for finite element discretization. More
 precisely, it defines a fixed interface for choosing finite element
 spaces and defining expressions for weak forms in a notation close to
 mathematical notation.  The form compilers FFC and SyFi use UFL as
 their end-user interface, producing UFC implementations as their
 output.
 .
 This package installs the library for Python 3.

Package: python-ufl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-mathjax, ${sphinxdoc:Depends}, ${misc:Depends}
Description: documentation and demos for UFL
 UFL (Unified Form Language) is a unified language for definition of
 variational forms intended for finite element discretization. More precisely,
 it defines a fixed interface for choosing finite element spaces and defining
 expressions for weak forms in a notation close to mathematical notation.
 The form compilers FFC and SyFi use UFL as their end-user interface,
 producing UFC implementations as their output.
 .
 This package contains documentation and demos for UFL.