Search Criteria
Package Details: python-fenics-ffcx 0.7.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: | MIT |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 (AutoUpdateBot) |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.000074 |
First Submitted: | 2022-04-29 10:39 (UTC) |
Last Updated: | 2023-10-05 19:47 (UTC) |
Dependencies (11)
- 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-pygraphvizAUR (check)
- python-pytest (check)
- python-sympy (python-sympy-gitAUR) (check)
- python-pygraphvizAUR (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.