* update opencl-headers to 2:2024.10.24-1

This commit is contained in:
Alexander Baldeck 2025-01-05 15:21:50 +01:00
parent 392733237d
commit bda9c06147
3 changed files with 22 additions and 3 deletions

15
opencl-headers/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = opencl-headers
pkgdesc = OpenCL (Open Computing Language) header files
pkgver = 2024.10.24
pkgrel = 1
epoch = 2
url = https://www.khronos.org/registry/cl/
arch = any
license = Apache-2.0
makedepends = cmake
makedepends = python
optdepends = opencl-clhpp: C++ support
source = opencl-headers-2024.10.24.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v2024.10.24.tar.gz
sha256sums = 159f2a550592bae49859fee83d372acd152328fdf95c0dcd8b9409f8fad5db93
pkgname = opencl-headers

View File

@ -0,0 +1,4 @@
[opencl-headers]
source = "git"
git = "https://github.com/KhronosGroup/OpenCL-Headers.git"
prefix = "v"

View File

@ -3,8 +3,8 @@
# Contributor: Sylvain HENRY <hsyl20@yahoo.fr>
pkgname=opencl-headers
pkgver=2024.05.08
pkgrel=1.1
pkgver=2024.10.24
pkgrel=1
epoch=2
pkgdesc='OpenCL (Open Computing Language) header files'
arch=(any)
@ -12,7 +12,7 @@ url='https://www.khronos.org/registry/cl/'
license=('Apache-2.0')
makedepends=(cmake python)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz")
sha256sums=('3c3dd236d35f4960028f4f58ce8d963fb63f3d50251d1e9854b76f1caab9a309')
sha256sums=('159f2a550592bae49859fee83d372acd152328fdf95c0dcd8b9409f8fad5db93')
optdepends=('opencl-clhpp: C++ support')
build() {