Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-clang-ocl pkgdesc = OpenCL compilation with clang compiler. pkgver = 4.1.0 pkgver = 4.2.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.1.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.1.0.tar.gz sha256sums = c6e65da5541df9ee940caeeffe1b87c92547edc1770538fd2010c9c998a593b5 source = rocm-clang-ocl-4.2.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.2.0.tar.gz sha256sums = 702796f4e31f6119173d915db9bee13c060a75d9eb5b1f8e3d20779d6702dfdc 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.1.0 pkgver=4.2.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=('c6e65da5541df9ee940caeeffe1b87c92547edc1770538fd2010c9c998a593b5') sha256sums=('702796f4e31f6119173d915db9bee13c060a75d9eb5b1f8e3d20779d6702dfdc') _dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)" build() {
-