Search Criteria
Package Details: python-fenics-ffcx 0.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fenics-ffcx.git (read-only, click to copy) |
---|---|
Package Base: | python-fenics-ffcx |
Description: | The FEniCSx Form Compiler |
Upstream URL: | https://github.com/FEniCS/ffcx |
Licenses: | Unlicense, GPL-3.0-or-later, LGPL-3.0-or-later |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 (AutoUpdateBot) |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-29 10:39 (UTC) |
Last Updated: | 2024-10-10 19:56 (UTC) |
Dependencies (13)
- python-cffi
- python-fenics-basixAUR (python-basix-gitAUR)
- python-fenics-uflAUR
- python-setuptools
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-numba (python-numba-gitAUR) (check)
- python-pygraphviz (check)
- python-pytest (check)
- python-sympy (python-sympy-gitAUR) (check)
- python-numba (python-numba-gitAUR) (optional) – for Numba C signature for the UFCx support
- python-pygraphviz (optional) – utility to draw graph
Latest Comments
carlosal1015 commented on 2023-05-08 15:38 (UTC)
Hi @killozap, no errors from my side. The are two cases: the first is one compile with
makepkg -s
, the second onemakepkg -s --nocheck
, either both cases will do it.python-pygraphviz
is listed as optional due to https://github.com/FEniCS/ffcx/blob/v0.6.0/setup.cfg#L55 and is a checkdependency.killozap commented on 2023-05-08 13:58 (UTC)
checks fail if python-pygraphviz is not installed, this probably shouldn't be optional
carlosal1015 commented on 2022-06-15 13:15 (UTC)
Side note for the future, add in the next version python-setuptools as runtime dependency.