Search Criteria
Package Details: spirv-cross 2023.07.26-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 |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 12 |
Popularity: | 0.015018 |
First Submitted: | 2019-06-14 23:22 (UTC) |
Last Updated: | 2023-09-04 22:38 (UTC) |
Dependencies (4)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
Required by (8)
- mpv-amd-full-git
- mpv-build-git
- mpv-full
- mpv-full-build-git (optional)
- mpv-full-git
- rpcsx-git (make)
- taisei
- taisei-git (optional)
Sources (4)
- git+https://github.com/KhronosGroup/glslang.git#commit=06a7078ce74ab5c7801a165b8145859678831fb8
- git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=sdk-1.3.261.1
- git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=d13b52222c39a7e9a401b44646f0ca3a640fbd47
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=f62e121b0df5374d1f043d1fbda98467406af0b1
Latest Comments
1 2 Next › Last »
Eirikr commented on 2023-03-29 08:48 (UTC)
I recieve this warning, which seems to defeat part of the reason for using:
-- spirv-tools not linked - illegal SPIRV may be generated for HLSL
dbermond commented on 2022-06-27 21:30 (UTC)
@sukanka The test suite fails to pass when using binaries from the official repositories, as upstream expects specific commits for them. Your proposed PKGBUILD does not produces and does not run the test suite, as you missed the needed symlinks. On build(), your PKGBUILD shows "SPIRV-Cross: Testing will be disabled for SPIRV-Cross.", and on check() "No tests were found!!!".
sukanka commented on 2022-06-27 13:00 (UTC) (edited on 2022-06-27 13:19 (UTC) by sukanka)
This package should use
glslang
,spirv-headers
, andspirv-tools
as depends instead of building them from source. A modified version https://gist.github.com/sukanka/8c122dad9ce45029fb980949d0b20012abouvier commented on 2022-05-24 22:20 (UTC)
The version is wrong, it should be
1.3.211.0
, the same versioning scheme asspirv-headers
orvulkan-extra-tools
.dbermond commented on 2022-05-24 21:33 (UTC)
@abouvier Package updated.
abouvier commented on 2022-05-24 13:28 (UTC)
Why did you remove the flag? :p
The package is really out of date.
dbermond commented on 2022-05-23 23:46 (UTC)
@maxcutlyp I've just checked, and the package is building fine. No tests hanging.
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?1 2 Next › Last »