summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Okoński2019-03-07 20:32:32 +0100
committerJakub Okoński2019-03-07 20:32:32 +0100
commitef92a222915414f913fc41afb0159079d40c4341 (patch)
treeda04fec633739a6fc5f5b0bc57a4a3d11a3fa029
parent664d995dac21168db8c52b4026606754c4c7d899 (diff)
downloadaur-ef92a222915414f913fc41afb0159079d40c4341.tar.gz
Bump to 1.7.1, add clang-ocl as a dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7aac031fee..bef04c816830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = miopen
pkgdesc = AMD's Machine Intelligence Library
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.7.1
+ pkgrel = 1
url = https://github.com/ROCmSoftwarePlatform/MIOpen
arch = x86_64
license = NCSAOSL
@@ -21,7 +21,8 @@ pkgbase = miopen
depends = hcc
depends = rocblas
depends = boost>=1.58
- source = git+https://github.com/ROCmSoftwarePlatform/MIOpen.git#tag=1.7.0
+ depends = clang-ocl
+ source = git+https://github.com/ROCmSoftwarePlatform/MIOpen.git#tag=1.7.1
md5sums = SKIP
pkgname = miopen
diff --git a/PKGBUILD b/PKGBUILD
index 87ae82dd170a..61d12666ea3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jakub Okoński <jakub@okonski.org>
pkgname=miopen
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
pkgdesc="AMD's Machine Intelligence Library"
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/MIOpen"
license=('NCSAOSL')
-depends=(ocl-icd hip hcc rocblas "boost>=1.58")
+depends=(ocl-icd hip hcc rocblas "boost>=1.58" clang-ocl)
makedepends=(git opencl-headers cmake gcc ninja ocl-icd hip hcc rocblas "boost>=1.58" miopengemm)
-source=("git+https://github.com/ROCmSoftwarePlatform/MIOpen.git#tag=1.7.0")
+source=("git+https://github.com/ROCmSoftwarePlatform/MIOpen.git#tag=1.7.1")
md5sums=('SKIP')
build() {