Search Criteria
Package Details: python-basix-git 20210202-1
Git Clone URL: | https://aur.archlinux.org/python-basix-git.git (read-only, click to copy) |
---|---|
Package Base: | python-basix-git |
Description: | Python interface of FEniCS for ordinary and partial differential equations. |
Upstream URL: | https://github.com/FEniCS/basix |
Licenses: | GPL3 |
Submitter: | heitzmann |
Maintainer: | None |
Last Packager: | entshuld |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-01 14:38 (UTC) |
Last Updated: | 2021-08-30 20:55 (UTC) |
Dependencies (9)
- eigen (eigen-git)
- pybind11 (pybind11-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python-scikit-build (make)
- python-setuptools (make)
- python-wheel (make)
- xtensor (make)
- xtensor-blas (make)
Latest Comments
entshuld commented on 2021-09-01 02:33 (UTC)
You may want to check fenics-basix-git, which also provides python-basix-git
heitzmann commented on 2021-02-04 11:33 (UTC)
Thanks for pointing this out! I was importing basix before dolphinx to make it work.
urbainvaes commented on 2021-02-04 11:17 (UTC)
I had to manually copy
lib/libbasix.so
to/usr/lib/libbasix.so
in order fordolfinx
to work.