Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-clang-ocl pkgdesc = OpenCL compilation with clang compiler. pkgver = 4.5.2 pkgver = 5.0.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/clang-ocl arch = x86_64
-
@@ -9,7 +9,7 @@ pkgbase = rocm-clang-oclmakedepends = rocm-cmake depends = rocm-llvm depends = rocm-opencl-runtime source = rocm-clang-ocl-4.5.2.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.5.2.tar.gz sha256sums = 8cc7b8658e81ef378c16bbb00fc6b29140c850da70adc4e520ecec9b4517beb8 source = rocm-clang-ocl-5.0.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-5.0.0.tar.gz sha256sums = 0dff230754b790a417eb3d6be6f50c3727f944e0157686100354eba1e47d30f3 pkgname = rocm-clang-ocl
-
-
-
@@ -2,7 +2,7 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> # Contributor: Lucas Magalhães <whoisroot@national.shitposting.agency> pkgname=rocm-clang-ocl pkgver=4.5.2 pkgver=5.0.0 pkgrel=1 pkgdesc="OpenCL compilation with clang compiler." arch=('x86_64')
-
@@ -11,7 +11,7 @@ license=('unknown')depends=('rocm-llvm' 'rocm-opencl-runtime') makedepends=('cmake' 'rocm-cmake') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('8cc7b8658e81ef378c16bbb00fc6b29140c850da70adc4e520ecec9b4517beb8') sha256sums=('0dff230754b790a417eb3d6be6f50c3727f944e0157686100354eba1e47d30f3') _dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)" build() {
-