summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2024-01-28 20:46:37 +0100
committerMartin Diehl2024-01-28 21:55:13 +0100
commit125309a4853448d823468d5af8be101cb9c2a696 (patch)
tree94b99c4fda64978344b004b7f3e51e70312be3eb /PKGBUILD
parente0d50c06b444625843ed65cd0f8360b19bbbee1a (diff)
downloadaur-125309a4853448d823468d5af8be101cb9c2a696.tar.gz
systematic "provides"
packages prefixed with trilinos can only be build from the trilinos source, other are available as stand-alone packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1e566319df1..577342598a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=trilinos
pkgver=15.0.0
_pkgver=${pkgver//./-}
-pkgrel=2
+pkgrel=3
pkgdesc="algorithms for the solution of large-scale scientific problems"
arch=('x86_64')
url="http://trilinos.org"
license=('LGPL3')
-depends=('python' 'lapack' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi')
+depends=('python' 'lapack' 'boost' 'netcdf-openmpi' 'libmatio' 'libx11' 'hdf5-openmpi')
makedepends=('gcc-fortran' 'perl' 'blas' 'cmake' 'bc' 'python-numpy')
-provides=('trilinos-sacado' 'zoltan')
+provides=('trilinos-sacado' 'trilinos-ml' 'zoltan' 'kokkos')
checkdepends=('cmake')
source=("https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-$_pkgver.tar.gz"
'compiler-errors.patch')