Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocalution


Commits:
0b8cc660 by Torsten Keßler at 2023-12-22T14:14:28+01:00
upgpkg: 6.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rocalution
        pkgdesc = Next generation library for iterative sparse solvers for ROCm 
platform
-       pkgver = 5.7.1
+       pkgver = 6.0.0
        pkgrel = 1
        url = https://rocalution.readthedocs.io/en/master
        arch = x86_64
@@ -17,9 +17,7 @@ pkgbase = rocalution
        optdepends = openmp: Multithreaded CPU applications
        optdepends = openmpi: Distributed CPU and multi GPU applications
        options = !lto
-       source = 
rocalution-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocALUTION/archive/rocm-5.7.1.tar.gz
-       source = rocalution-disable-hip-property.patch
-       sha256sums = 
b95afa1285759843c5fea1ad6e1c1edf283922e0d448db03a3e1f42b6942bc24
-       sha256sums = 
7335ce3fb8a8663cd2d393632fecab261239de3cbd00e7e7bbda2e1d217c7ec2
+       source = 
rocalution-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocALUTION/archive/rocm-6.0.0.tar.gz
+       sha256sums = 
cabf37691b8db00c82bda49c7dcfaefd9b9067b7d097afa43b7a5f86c45bff99
 
 pkgname = rocalution


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=rocalution
-pkgver=5.7.1
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Next generation library for iterative sparse solvers for ROCm 
platform'
 arch=('x86_64')
@@ -12,18 +12,11 @@ makedepends=('rocm-cmake' 'openmp' 'openmpi')
 optdepends=('openmp: Multithreaded CPU applications'
             'openmpi: Distributed CPU and multi GPU applications')
 _git='https://github.com/ROCmSoftwarePlatform/rocALUTION'
-source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
-        "rocalution-disable-hip-property.patch")
-sha256sums=('b95afa1285759843c5fea1ad6e1c1edf283922e0d448db03a3e1f42b6942bc24'
-            '7335ce3fb8a8663cd2d393632fecab261239de3cbd00e7e7bbda2e1d217c7ec2')
+source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
+sha256sums=('cabf37691b8db00c82bda49c7dcfaefd9b9067b7d097afa43b7a5f86c45bff99')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
-prepare() {
-  cd "$_dirname"
-  patch -Np1 -i "$srcdir/rocalution-disable-hip-property.patch"
-}
-
 build() {
   # Compile source code for supported GPU archs in parallel
   export HIPCC_COMPILE_FLAGS_APPEND="-parallel-jobs=$(nproc)"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocalution/-/commit/0b8cc660dea8fe75b8ac3c040912675c5b6263f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocalution/-/commit/0b8cc660dea8fe75b8ac3c040912675c5b6263f4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to