Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-clang-ocl pkgdesc = OpenCL compilation with clang compiler. pkgver = 4.2.0 pkgver = 4.3.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/clang-ocl arch = x86_64
-
@@ -9,7 +9,7 @@ pkgbase = rocm-clang-oclmakedepends = rocm-cmake depends = llvm-amdgpu depends = rocm-opencl-runtime source = rocm-clang-ocl-4.2.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.2.0.tar.gz sha256sums = 702796f4e31f6119173d915db9bee13c060a75d9eb5b1f8e3d20779d6702dfdc source = rocm-clang-ocl-4.3.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.3.0.tar.gz sha256sums = bc5650f2f105b10a1e22d8e5cc9464b0f960252a08e5e1fdee222af1fc5c022c 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.2.0 pkgver=4.3.0 pkgrel=1 pkgdesc="OpenCL compilation with clang compiler." arch=('x86_64')
-
@@ -11,7 +11,7 @@ license=('unknown')depends=('llvm-amdgpu' 'rocm-opencl-runtime') makedepends=('cmake' 'rocm-cmake') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('702796f4e31f6119173d915db9bee13c060a75d9eb5b1f8e3d20779d6702dfdc') sha256sums=('bc5650f2f105b10a1e22d8e5cc9464b0f960252a08e5e1fdee222af1fc5c022c') _dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)" build() {
-