summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO31
1 files changed, 13 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1064ba70cf..d942618827f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,26 @@
pkgbase = dune-grid
pkgdesc = Grid Interface and Implementations
- pkgver = 2.8.0
- pkgrel = 2
+ pkgver = 2.9.0
+ pkgrel = 1
url = https://dune-project.org/modules/dune-grid
arch = x86_64
license = custom:GPL2 with runtime exception
- makedepends = dune-geometry>=2.8.0
- makedepends = dune-uggrid>=2.8.0
makedepends = doxygen
makedepends = graphviz
- makedepends = python-setuptools
+ makedepends = python-scikit-build
+ makedepends = python-ninja
+ depends = dune-geometry>=2.9.0
+ depends = dune-uggrid>=2.9.0
+ depends = alberta
+ optdepends = imagemagick: image viewing/manipulation program
optdepends = doxygen: Generate the class documentation from C++ sources
optdepends = graphviz: Graph visualization software
- optdepends = parmetis: Parallel Graph Partitioning and Fill-reducing Matrix Ordering
- optdepends = psurface: Piecewise linear bijections between triangulated surfaces
optdepends = gnuplot: for provides gnuplot output for 1D and 2D Grids
- source = https://dune-project.org/download/2.8.0/dune-grid-2.8.0.tar.gz
- source = https://dune-project.org/download/2.8.0/dune-grid-2.8.0.tar.gz.asc
- validpgpkeys = ABE52C516431013C5874107C3F71FE0770D47FFB
- sha512sums = 534c77e5e930a960486945f23d2bb991dd5509aa077192a100e9060966c6ecf4eb977716164a4ae0042b3a77d3713f1079e5ee74666bc4e52b0037bcaac3723e
+ optdepends = parmetis: Parallel Graph Partitioning and Fill-reducing Matrix Ordering
+ source = https://dune-project.org/download/2.9.0/dune-grid-2.9.0.tar.gz
+ source = https://dune-project.org/download/2.9.0/dune-grid-2.9.0.tar.gz.asc
+ validpgpkeys = E5B47782DE09813BCC3518E159DA94F1FC8FD313
+ sha512sums = b74ca105de20a2a760fa51f48e351f884c4ca3e8584abe63f30cb0e30ca29ce6195ef7599a9f7265c257e2acacbd52d2566d604d419026610bd5ccc8454e7659
sha512sums = SKIP
pkgname = dune-grid
- depends = dune-geometry>=2.8.0
- depends = dune-uggrid>=2.8.0
-
-pkgname = python-dune-grid
- pkgdesc = Grid Interface and Implementations (python bindings)
- depends = dune-grid>=2.8.0
- depends = python-dune-geometry>=2.8.0