Changes
2 changed files (+6/-2)
-
-
@@ -1,7 +1,7 @@pkgbase = hip-rocclr pkgdesc = Heterogeneous Interface for Portability ROCm pkgver = 3.9.0 pkgrel = 1 pkgrel = 2 url = https://rocmdocs.amd.com/en/latest/Installation_Guide/HIP.html arch = x86_64 license = MIT
-
-
-
@@ -1,7 +1,7 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=hip-rocclr pkgver=3.9.0 pkgrel=1 pkgrel=2 pkgdesc="Heterogeneous Interface for Portability ROCm" arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/Installation_Guide/HIP.html'
-
@@ -40,6 +40,10 @@ build() {package() { DESTDIR="$pkgdir" make -C build install # clang from llvm-amdgpu may look for hipVersion in a different directory install -d "$pkgdir/opt/rocm/bin" ln -s '/opt/rocm/hip/bin/.hipVersion' "$pkgdir/opt/rocm/bin/.hipVersion" # add links (hipconfig is for rocblas with tensile) install -d "$pkgdir/usr/bin" local _fn
-