blob: 9a251e3f7196ec62c80bf097469ca93c0b018ecf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = basix-git
pkgdesc = FEniCSx finite element basis evaluation library
pkgver = 0.9.0.dev0_r1059.891e9a1
pkgrel = 1
url = https://fenicsproject.org
arch = x86_64
license = MIT
makedepends = cmake
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = nanobind
makedepends = python-scikit-build-core
makedepends = chrpath
makedepends = git
conflicts = basix
conflicts = fenics-basix-git
conflicts = python-fenics-basix
conflicts = python-basix-git
source = git+https://github.com/FEniCS/basix
sha512sums = SKIP
pkgname = basix-git
depends = blas
depends = lapack
pkgname = python-fenics-basix-git
depends = basix-git
depends = python-fenics-ufl-git
depends = python-numpy
optdepends = python-numba: for Numba helper function support
|