summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-18 16:54:06 -0500
committerCarlos Aznarán Laos2023-06-18 16:54:06 -0500
commitf8f0f221d5d7064c70c67bad0e8dd7d20b79afcf (patch)
tree865c7f03f96f68677f9bd370d1e8816153346a38
parent6faf3e74e3a332a23aa2d4df0efdd0a07b80f997 (diff)
downloadaur-f8f0f221d5d7064c70c67bad0e8dd7d20b79afcf.tar.gz
User python-fenics-ufl instead python-ufl
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ddf0d081d7..b9902925edbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = dune-fem
depends = dune-localfunctions>=2.9.0.2
depends = python-matplotlib
depends = python-scipy
- depends = python-ufl
+ depends = python-fenics-ufl
optdepends = doxygen: Generate the class documentation from C++ sources
optdepends = graphviz: Graph visualization software
optdepends = eigen: Lightweight C++ template library for vector and matrix math
diff --git a/PKGBUILD b/PKGBUILD
index db135416c061..2aaa0763c102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A discretization module providing an implementation of mathematical abs
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
license=('GPL2')
-depends=("dune-alugrid>=${pkgver}" "dune-istl>=${pkgver}" "dune-localfunctions>=${pkgver}" python-matplotlib python-scipy python-ufl)
+depends=("dune-alugrid>=${pkgver}" "dune-istl>=${pkgver}" "dune-localfunctions>=${pkgver}" python-matplotlib python-scipy python-fenics-ufl)
makedepends=(doxygen graphviz python-scikit-build python-ninja)
optdepends=('doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software'