Search Criteria
Package Details: spirv-cross 1:1.3.296.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spirv-cross.git (read-only, click to copy) |
---|---|
Package Base: | spirv-cross |
Description: | A tool and library for parsing and converting SPIR-V to other shader languages |
Upstream URL: | https://github.com/KhronosGroup/SPIRV-Cross/ |
Keywords: | khronos |
Licenses: | Apache-2.0 |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 12 |
Popularity: | 0.000003 |
First Submitted: | 2019-06-14 23:22 (UTC) |
Last Updated: | 2024-11-16 13:31 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (3)
- cyberether-git
- taisei-git (optional)
- taisei-git-unlock (optional)
Sources (4)
- git+https://github.com/KhronosGroup/glslang.git#commit=10ee92feb00712f444783032f5c9ee798887670d
- git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=vulkan-sdk-1.3.296.0
- git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=ea77f2a826bc820cb8f57f9b2a7c7eccb681c73
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=fd96922e9a1814d92df46df03277788c799a4fad
Latest Comments
« First ‹ Previous 1 2
maxcutlyp commented on 2022-05-23 06:45 (UTC)
Anyone else having test 13 (spirv-cross-test-hlsl) hanging indefinitely? I've left it going for over an hour multiple times and it always hangs on that one.
dbermond commented on 2021-10-16 14:52 (UTC)
@abouvier Done.
abouvier commented on 2021-10-15 20:58 (UTC)
Can you add the option
SPIRV_CROSS_FORCE_PIC=ON
when compiling spirv-cross?Biswa96 commented on 2021-01-29 17:47 (UTC)
As you wish. Just to clarify my previous comment, I did not mean to change any build command. If
sed -e "s|NO_DEFAULT_PATH||g" -i CMakeLists.txt
command is used in prepare step then we don't have to clone glslang and spirv repositories. In main pacman repo, shaderc package does somewhat similar as my suggestion.dbermond commented on 2021-01-27 22:43 (UTC)
@Biswa96 Package is being built using the same approach as upstream uses on their travis script. No need to patch CMakeLists.txt for this.
Package has just reached 10 votes here, so maybe I can consider to push it to the official repositories.
Biswa96 commented on 2021-01-27 18:17 (UTC)
In CMakeLists.txt file, if the paths argument in
find_program()
function is removed then spirv-cross can be built (including tests) without cloning glslang and spirv git repos. Wondering why this package is not include in main pacman repo.dbermond commented on 2020-01-21 22:18 (UTC)
@sicariusnoctis For what purpose?
yodaembedding commented on 2020-01-21 21:21 (UTC)
Perhaps add gmock as a makedepends.
« First ‹ Previous 1 2