summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-07 18:08:09 +0100
committerGitHub2020-12-07 12:08:09 -0500
commitb7ffe6a6dfb0290de76e807b228ae1c6c3fa2fcb (patch)
tree540a7450a8eef04cc412a343af383f99e4f8f112
parent8c8686502c69c915e09161e0f30c338b245e8b8c (diff)
downloadaur-b7ffe6a6dfb0290de76e807b228ae1c6c3fa2fcb.tar.gz
[rocfft] Update to 3.10.0 (#497)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfec4a7deaa0..c023daf4415a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rocfft
pkgdesc = Next generation FFT implementation for ROCm
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocfft
arch = x86_64
license = MIT
makedepends = cmake
depends = hip-rocclr
- source = rocfft-3.9.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-3.9.0.tar.gz
- sha256sums = 9c9c0b7f09bab17250f5101d1605e7a61218eae828a3eb8fe048d607181294ce
+ source = rocfft-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-3.10.0.tar.gz
+ sha256sums = 9f57226aac7d9a0515e14a5a5b08a85e727de72b3f9c2177daf56749ac2c76ae
pkgname = rocfft
-
diff --git a/PKGBUILD b/PKGBUILD
index d02bdd04ce68..24e23eb55e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub Okoński <jakub@okonski.org>
# Maintainer: Markus Näther <naetherm@cs.uni-freiburg.de>
pkgname=rocfft
-pkgver=3.9.0
+pkgver=3.10.0
pkgrel=1
pkgdesc='Next generation FFT implementation for ROCm'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip-rocclr')
makedepends=('cmake')
_git='https://github.com/ROCmSoftwarePlatform/rocFFT'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('9c9c0b7f09bab17250f5101d1605e7a61218eae828a3eb8fe048d607181294ce')
+sha256sums=('9f57226aac7d9a0515e14a5a5b08a85e727de72b3f9c2177daf56749ac2c76ae')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {