* update opencl-headers to 2:2024.10.24-1
This commit is contained in:
parent
392733237d
commit
bda9c06147
15
opencl-headers/.SRCINFO
Normal file
15
opencl-headers/.SRCINFO
Normal 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
|
4
opencl-headers/.nvchecker.toml
Normal file
4
opencl-headers/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[opencl-headers]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/KhronosGroup/OpenCL-Headers.git"
|
||||||
|
prefix = "v"
|
@ -3,8 +3,8 @@
|
|||||||
# Contributor: Sylvain HENRY <hsyl20@yahoo.fr>
|
# Contributor: Sylvain HENRY <hsyl20@yahoo.fr>
|
||||||
|
|
||||||
pkgname=opencl-headers
|
pkgname=opencl-headers
|
||||||
pkgver=2024.05.08
|
pkgver=2024.10.24
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc='OpenCL (Open Computing Language) header files'
|
pkgdesc='OpenCL (Open Computing Language) header files'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -12,7 +12,7 @@ url='https://www.khronos.org/registry/cl/'
|
|||||||
license=('Apache-2.0')
|
license=('Apache-2.0')
|
||||||
makedepends=(cmake python)
|
makedepends=(cmake python)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz")
|
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')
|
optdepends=('opencl-clhpp: C++ support')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user