summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-12-07 13:59:20 -0500
committeracxz2020-12-07 13:59:20 -0500
commit7c43ff4569dce122ffdd0b19291b52f741be0d4f (patch)
tree17705bf52d743e4550256853cfdadbf50c09197c
parent96b49487f2e69f78b07da0c24a4f4e8713e7a995 (diff)
downloadaur-7c43ff4569dce122ffdd0b19291b52f741be0d4f.tar.gz
[migraphx] updpkg 3.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe4f021a050..3c13722de031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = migraphx
pkgdesc = AMD's graph optimization engine
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = migraphx
depends = protobuf
depends = half
depends = pybind11
- source = migraphx-3.9.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-3.9.0.tar.gz
- sha256sums = 7649689e06522302c07b39abb88bdcc3d4de18a7559d4f6a9e238e92b2074032
+ source = migraphx-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-3.10.0.tar.gz
+ sha256sums = eda22b9af286afb7806e6b5d5ebb0d612dce87c9bad64ba5176fda1c2ed9c9b7
pkgname = migraphx
diff --git a/PKGBUILD b/PKGBUILD
index e82b2583c22e..f91412b59dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=migraphx
-pkgver=3.9.0
+pkgver=3.10.0
pkgrel=1
pkgdesc="AMD's graph optimization engine"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('rocm-cmake' 'miopen' 'hip' 'protobuf' 'half' 'pybind11')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-$pkgver.tar.gz")
-sha256sums=('7649689e06522302c07b39abb88bdcc3d4de18a7559d4f6a9e238e92b2074032')
+sha256sums=('eda22b9af286afb7806e6b5d5ebb0d612dce87c9bad64ba5176fda1c2ed9c9b7')
build() {
mkdir -p "$srcdir/build"