Skip to content

Commit ea117d6

Browse files
authored
trilinos: add kokkos (provides) (#22960)
1 parent c5cfd8e commit ea117d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mingw-w64-trilinos/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pkgbase=mingw-w64-${_realname}
1010
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
1111
pkgver=16.0.0
1212
_pkgver=${pkgver//./-}
13-
pkgrel=3
13+
pkgrel=4
1414
pkgdesc='Algorithms for the solution of large-scale scientific problems" (mingw-w64)'
1515
arch=('any')
1616
mingw_arch=('mingw64' 'ucrt64' 'clang64')
@@ -34,6 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
3434
"${MINGW_PACKAGE_PREFIX}-python-numpy"
3535
"unzip")
3636
optdepends=("${MINGW_PACKAGE_PREFIX}-seacas")
37+
provides=("${MINGW_PACKAGE_PREFIX}-kokkos")
3738
source=("https://github.com/${_realname}/Trilinos/archive/${_realname}-release-${_pkgver}.tar.gz"
3839
"https://github.com/trilinos/Trilinos/commit/b7a7a71d9ab66970e082474775952348b5a0eea4.patch")
3940
sha256sums=('46bfc40419ed2aa2db38c144fb8e61d4aa8170eaa654a88d833ba6b92903f309'

0 commit comments

Comments
 (0)