blob: 5f63f2e7e5fa3ace70767603bd1e20193b78bebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
pkgbase = clvk-git
pkgdesc = Experimental implementation of OpenCL 3.0 on Vulkan
pkgver = r674.b3407a7
pkgrel = 2
url = https://github.com/kpet/clvk
install = clvk-git.install
arch = x86_64
license = Apache-2.0
makedepends = gcc
makedepends = git
makedepends = cmake
makedepends = python
makedepends = opencl-headers
makedepends = spirv-headers
makedepends = spirv-tools
makedepends = spirv-llvm-translator
makedepends = vulkan-headers
makedepends = ninja
depends = vulkan-icd-loader
depends = ocl-icd
depends = ncurses
depends = gcc-libs
depends = zstd
depends = zlib
provides = clvk
provides = opencl-driver
conflicts = clvk
options = !lto
source = git+https://github.com/kpet/clvk.git
source = git+https://github.com/google/clspv.git
source = opencl-headers::git+https://github.com/KhronosGroup/OpenCL-Headers.git
source = spirv-headers::git+https://github.com/KhronosGroup/SPIRV-Headers.git
source = spirv-llvm-translator::git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
source = spirv-tools::git+https://github.com/KhronosGroup/SPIRV-Tools.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = clvk-git
|