summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-12-29 21:46:34 +0100
committerMartin Diehl2022-12-29 21:46:34 +0100
commit22a510003de4562d958e120d1fbde36f2cdc6ed6 (patch)
treea55bf44cd7a1b8b99ccbc5f201dfe5e72df62453
parenteac542f32595b40f31b6e2e8c1ffd0ce5f68eaec (diff)
downloadaur-22a510003de4562d958e120d1fbde36f2cdc6ed6.tar.gz
requested by the package maintainers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90109f44ff2..e272ff70ef69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trilinos
pkgdesc = algorithms for the solution of large-scale scientific problems
pkgver = 13.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://trilinos.org
arch = x86_64
license = LGPL3
@@ -19,6 +19,8 @@ pkgbase = trilinos
depends = libmatio
depends = libx11
depends = hdf5-openmpi
+ provides = trilinos-sacado
+ provides = zoltan
source = https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-13-4-1.tar.gz
source = compiler-errors.patch
sha256sums = 5465cbff3de7ef4ac7d40eeff9d99342c00d9d20eee0a5f64f0a523093f5f1b3
diff --git a/PKGBUILD b/PKGBUILD
index f1cfee5273fa..67ae98385c4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,14 @@
pkgname=trilinos
pkgver=13.4.1
_pkgver=${pkgver//./-}
-pkgrel=1
+pkgrel=2
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')
makedepends=('gcc-fortran' 'perl' 'blas' 'cmake' 'bc' 'python-numpy')
+provides=('trilinos-sacado' 'zoltan')
checkdepends=('cmake')
source=("https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-$_pkgver.tar.gz"
'compiler-errors.patch')