summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-10-25 22:41:44 -0500
committerCarlos Aznarán Laos2021-10-25 22:41:44 -0500
commit1e43269386b6f3b18453af8cb8936fe9a704559f (patch)
tree4e179df8d64bc8e13cc02fb353ebd854a734365b /PKGBUILD
parent0425c61e706898feda00c855309d6cb736062541 (diff)
downloadaur-dune-core.tar.gz
Add dune-modules to depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f521bc18c79..0f70a46bacf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,19 @@ pkgdesc='Metapackage to install modules of DUNE Numerics.'
arch=(any)
license=(none)
url='https://dune-project.org'
-depends=(dune-common
- dune-istl
+depends=(dune-alugrid
+ dune-common
+ dune-foamgrid
+ dune-functions
dune-geometry
- dune-localfunctions
dune-grid
+ dune-grid-glue
+ dune-istl
+ dune-localfunctions
+ dune-logging
+ dune-multidomaingrid
+ dune-pdelab
+ dune-spgrid
dune-typetree
dune-uggrid
- dune-functions
- dune-logging
- dune-alugrid
)