Debian NEW package overview for fenics-basix
| fenics-basix_0.10.0.post0-1exp1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Wed, 12 Nov 2025 11:00:49 +0100 |
| Source: | fenics-basix |
| Binary: | basix-doc libbasix-dev libbasix0.10 libbasix0.10-dbgsym python3-basix |
| Architecture: | source all amd64 |
| Version: | 0.10.0.post0-1exp1 |
| Distribution: | experimental |
| Urgency: | medium |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Changed-By: | Drew Parsons <dparsons@debian.org> |
| Description: | basix-doc - Finite Element Basis Function Definition Runtime Library (docs) libbasix-dev - Finite Element Basis Function Definition Runtime Library (develop libbasix0.10 - Finite Element Basis Function Definition Runtime Library (Python python3-basix - Finite Element Basis Function Definition Runtime Library (Python |
| Closes: | 1090766 |
| Changes: | fenics-basix (0.10.0.post0-1exp1) experimental; urgency=medium
* New upstream release. New ABI 0.10.
- Depends: python3-ufl (>= 2025.2.0~)
* debian/test: monitor and skip slowest tests on armel alongside
riscv64. Thanks Colin Watson. Closes: #1090766
* update debian/watch to Version 5 format for GitHub.
Needed to catch .post0 releases. |
| Files: | d2616e7dcc1181cb60ac9cee99839c6d 2967 python optional fenics-basix_0.10.0.post0-1exp1.dsc 713fb3a6273a96880f2ddeee4e286100 649435 python optional fenics-basix_0.10.0.post0.orig.tar.gz 57925bd468d777c2266185ee7896ab2b 10992 python optional fenics-basix_0.10.0.post0-1exp1.debian.tar.xz 50af4f01fdad47b21c9ad479607f57b3 244860 doc optional basix-doc_0.10.0.post0-1exp1_all.deb ca93bc97980e99a1a0334ff162b52f8a 15388 python optional fenics-basix_0.10.0.post0-1exp1_amd64.buildinfo 01b1a572498ee94a3120a7b80d48d18f 70184 python optional libbasix-dev_0.10.0.post0-1exp1_amd64.deb 71ed30d33af2a0c17b0a3cb7a4a03420 8205352 debug optional libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb 53852db6ffd63bad802b66ca02e1770a 442540 python optional libbasix0.10_0.10.0.post0-1exp1_amd64.deb 8f19de488e132962db8c0993975c82ac 134816 python optional python3-basix_0.10.0.post0-1exp1_amd64.deb |
| control file for libbasix0.10_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libbasix0.10 |
| Source: | fenics-basix |
| Version: | 0.10.0.post0-1exp1 |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 1540 |
| Depends: | libblas3 | libblas.so.3, libc6 (>=2.29), libgcc-s1 (>=3.0), liblapack3 | liblapack.so.3, libstdc++6 (>=13) |
| Suggests: | basix-doc |
| Section: | python |
| Priority: | optional |
| Multi-Arch: | same |
| Homepage: | https://github.com/FEniCS/basix |
| 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. |
| contents of libbasix0.10_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-12 10:00 ./ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 1557024 2025-11-12 10:00 ./usr/lib/x86_64-linux-gnu/libbasix.so.0.10.0 drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/share/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/share/doc/libbasix0.10/ -rw-r--r-- root/root 5791 2025-11-12 10:00 ./usr/share/doc/libbasix0.10/changelog.Debian.gz -rw-r--r-- root/root 1269 2025-11-12 10:00 ./usr/share/doc/libbasix0.10/copyright lrwxrwxrwx root/root 0 2025-11-12 10:00 ./usr/lib/x86_64-linux-gnu/libbasix.so.0.10 -> libbasix.so.0.10.0 | |
| copyright of libbasix0.10_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: basix Upstream-Contact: Chris Richardson Source: https://github.com/FEniCS/basix Files: * Copyright: 2020 FEniCS Project License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| control file for libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libbasix0.10-dbgsym |
| Source: | fenics-basix |
| Version: | 0.10.0.post0-1exp1 |
| Auto-Built-Package: | debug-symbols |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 8266 |
| Depends: | libbasix0.10 (=0.10.0.post0-1exp1) |
| Section: | debug |
| Priority: | optional |
| Multi-Arch: | same |
| Description: | debug symbols for libbasix0.10 |
| Build-Ids: | 8bfd918588ee9933eee368168dd54f38463f730e |
| lintian 2.116.3+deb12u1 check for libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
| contents of libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-12 10:00 ./ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/lib/debug/.build-id/8b/ -rw-r--r-- root/root 8453616 2025-11-12 10:00 ./usr/lib/debug/.build-id/8b/fd918588ee9933eee368168dd54f38463f730e.debug drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/share/ drwxr-xr-x root/root 0 2025-11-12 10:00 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-11-12 10:00 ./usr/share/doc/libbasix0.10-dbgsym -> libbasix0.10 | |
| copyright of libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb (click to toggle) | |
|---|---|
WARNING: No copyright found, please check package manually. | |
Timestamp: 12.11.2025 / 14:12:27 (UTC)