Date: Sunday, February 5, 2023 @ 17:16:03 Author: tpkessler Revision: 1392805
upgpkg: rocalution 5.4.2-2: glibc 2.37 rebuild Modified: rocalution/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 17:11:53 UTC (rev 1392804) +++ PKGBUILD 2023-02-05 17:16:03 UTC (rev 1392805) @@ -2,12 +2,12 @@ # Contributor: Markus Näther <[email protected]> pkgname=rocalution pkgver=5.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Next generation library for iterative sparse solvers for ROCm platform' arch=('x86_64') url='https://rocalution.readthedocs.io/en/master' license=('MIT') -depends=('hip' 'rocsparse' 'rocblas' 'rocprim' 'rocrand' 'openmp') +depends=('hip' 'rocsparse' 'rocblas' 'rocsolver' 'rocprim' 'rocrand' 'openmp') makedepends=('rocm-cmake') _git='https://github.com/ROCmSoftwarePlatform/rocALUTION' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
