Source: basix Section: python Priority: optional Maintainer: Debian Science Team Uploaders: Drew Parsons Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all-dev, python3-fiat, python3-numpy, python3-pybind11 (>=2.6.0~), python3-pytest, python3-skbuild, python3-sympy, python3-wheel, cmake, chrpath, cython3, libeigen3-dev, libjs-mathjax, ninja-build Build-Depends-Indep: doxygen, graphviz Standards-Version: 4.5.1 Homepage: https://github.com/FEniCS/basix Vcs-Browser: https://salsa.debian.org/science-team/fenics/basix Vcs-Git: https://salsa.debian.org/science-team/fenics/basix.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: libbasix-dev Architecture: any Multi-Arch: same Depends: libbasix0 (= ${binary:Version}), libeigen3-dev, ${misc:Depends}, ${shlibs:Depends} Suggests: python3-basix, basix-doc Description: Finite Element Basis Function Definition Runtime Library (development headers) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the development files for the shared library. Package: libbasix0 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: basix-doc Description: Finite Element Basis Function Definition Runtime Library (Python 3) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the shared library. Package: python3-basix Architecture: any Depends: libbasix-dev (= ${binary:Version}), ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: basix-doc Description: Finite Element Basis Function Definition Runtime Library (Python 3) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the library for Python 3. Package: basix-doc Architecture: all Multi-Arch: foreign Section: doc Depends: libjs-mathjax, ${misc:Depends} Suggests: python3-basix Description: Finite Element Basis Function Definition Runtime Library (docs) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . This is the common documentation package.