diff --git a/hip-runtime-amd/.SRCINFO b/hip-runtime-amd/.SRCINFO new file mode 100644 index 0000000000..1fba3b64ce --- /dev/null +++ b/hip-runtime-amd/.SRCINFO @@ -0,0 +1,39 @@ +pkgbase = hip-runtime-amd + pkgdesc = Heterogeneous Interface for Portability ROCm + pkgver = 6.0.2 + pkgrel = 4 + url = https://rocm.docs.amd.com/projects/HIP/en/latest/ + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = riscv64 + license = MIT + makedepends = cmake + makedepends = python + makedepends = python-cppheaderparser + depends = rocm-core + depends = bash + depends = perl + depends = glibc + depends = gcc-libs + depends = numactl + depends = mesa + depends = comgr + depends = rocminfo + depends = rocm-llvm + depends = libelf + optdepends = inetutils: Print hostname in hipconfig + provides = hip + conflicts = hip + source = hip-runtime-amd-6.0.2.tar.gz::https://github.com/ROCm/HIP/archive/rocm-6.0.2.tar.gz + source = hip-runtime-amd-clr-6.0.2.tar.gz::https://github.com/ROCm/clr/archive/rocm-6.0.2.tar.gz + source = hip-runtime-amd-hipcc-6.0.2.tar.gz::https://github.com/ROCm/HIPCC/archive/rocm-6.0.2.tar.gz + source = hip-runtime-amd-disable-immintrin.patch::https://github.com/ROCm/clr/commit/12461dbd6a26e02d03b572399b6d629f44b0a318.diff + source = hip-runtime-amd-rv64gc.patch + sha256sums = b47178db94f2acc106e1a88ceb029844805266ebaba11ef63744e90d224b11be + sha256sums = cb8ac610c8d4041b74fb3129c084f1e7b817ce1a5a9943feca1fa7531dc7bdcc + sha256sums = d6209b14fccdd00d7231dec4b4f962aa23914b9dde389ba961370e8ba918bde5 + sha256sums = bf4fcef96619cbed5ec0f3f8ef02767347acfc883b6b67d300ccbe5e0e596efb + sha256sums = b8d9643df110fd016796fe5e3ffda0b13bfe6ba430304322684a691bc35b84ff + +pkgname = hip-runtime-amd diff --git a/hip-runtime-amd/PKGBUILD b/hip-runtime-amd/PKGBUILD index 31c28e21a1..4bf6a594b7 100644 --- a/hip-runtime-amd/PKGBUILD +++ b/hip-runtime-amd/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: acxz pkgname=hip-runtime-amd pkgver=6.0.2 -pkgrel=2.1 +pkgrel=4 pkgdesc="Heterogeneous Interface for Portability ROCm" arch=(x86_64 powerpc64le powerpc64 riscv64) url='https://rocm.docs.amd.com/projects/HIP/en/latest/'