Search Criteria
Package Details: clspv-git r396.88ed5fe-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/clspv-git.git (read-only, click to copy) |
|---|---|
| Package Base: | clspv-git |
| Description: | A prototype compiler for a subset of OpenCL C to Vulkan compute shaders |
| Upstream URL: | https://github.com/google/clspv.git |
| Keywords: | compiler opencl vulkan |
| Licenses: | Apache |
| Submitter: | henry0w |
| Maintainer: | henry0w |
| Last Packager: | henry0w |
| Votes: | 1 |
| Popularity: | 0.014514 |
| First Submitted: | 2020-05-15 21:19 (UTC) |
| Last Updated: | 2020-05-16 20:45 (UTC) |
Dependencies (5)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (make)
- spirv-headers (spirv-headers-gitAUR) (make)
- spirv-tools (spirv-tools-gitAUR) (make)
Latest Comments
mlt commented on 2025-06-11 04:05 (UTC)
There is no need to depend on spirv headers and tools as fetch_sources.py downloads very specific revisions. Also to save on build time, it would be nice to pass
--shallowto that python script.