summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-26 15:18:16 -0400
committeracxz2020-04-26 15:18:16 -0400
commit1e787e7412dde7146b8e575518e50e40efbfc65d (patch)
treeac5f014b361db86c656b44284842a3a7e082f8bc
parentaedbe5f50072c8011e07c42761f281c59a36d0d6 (diff)
downloadaur-1e787e7412dde7146b8e575518e50e40efbfc65d.tar.gz
replace clang-ocl with rocm-clang-ocl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9088600b2c..bed5b5fc4938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = miopen
pkgdesc = AMD's Machine Intelligence Library
pkgver = 2.3.0.2.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ROCmSoftwarePlatform/MIOpen
arch = x86_64
license = custom:NCSAOSL
@@ -14,7 +14,7 @@ pkgbase = miopen
depends = hcc
depends = rocblas
depends = boost>=1.58
- depends = clang-ocl
+ depends = rocm-clang-ocl
source = https://github.com/ROCmSoftwarePlatform/MIOpen/archive/2.2.1.tar.gz
sha256sums = 445870318d7abb75a703b1021e8cb198bb64a5e1c9401487db40b5c3a7ae41e4
diff --git a/PKGBUILD b/PKGBUILD
index 8aa6cdec2d50..8d85cbe49b99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=miopen
# upstream has different versioning, let's keep it at 2.3.0 until they catch up
_pkgver=2.2.1
pkgver=2.3.0.$_pkgver
-pkgrel=3
+pkgrel=4
pkgdesc="AMD's Machine Intelligence Library"
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/MIOpen"
license=('custom:NCSAOSL')
-depends=('ocl-icd' 'hip' 'hcc' 'rocblas' 'boost>=1.58' 'clang-ocl')
+depends=('ocl-icd' 'hip' 'hcc' 'rocblas' 'boost>=1.58' 'rocm-clang-ocl')
makedepends=('opencl-headers' 'cmake' 'half' 'miopengemm')
source=("https://github.com/ROCmSoftwarePlatform/MIOpen/archive/$_pkgver.tar.gz")
sha256sums=('445870318d7abb75a703b1021e8cb198bb64a5e1c9401487db40b5c3a7ae41e4')