summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreDgar2023-10-16 20:08:56 +0200
committereDgar2023-10-16 20:08:56 +0200
commitc44bfa5d50082e876b934913540a7cd1d90146de (patch)
treee9db2e0ec21e45416840c8044ce71f7e7f362ae5
parente8ff757c92297bbc8753bd0610735701599f7876 (diff)
downloadaur-c44bfa5d50082e876b934913540a7cd1d90146de.tar.gz
makedepends nanobind
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd946b104734..e25a134e9e4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/FEniCS/${_base}"
license=('MIT')
groups=('fenics-git')
depends=("blas-openblas" "petsc" "xtensor" "xtensor-blas")
-makedepends=("boost" "gcc" "git" "pybind11" "python-build" "python-installer" "python-numpy" "python-scikit-build" "python-setuptools")
+makedepends=("boost" "gcc" "git" "pybind11" "python-build" "python-installer" "python-numpy" "python-scikit-build" "python-setuptools" "nanobind")
checkdepends=("python-sympy")
options=(!emptydirs)
source=("git+${url}#branch=main"