Search Criteria
Package Details: mingw-w64-spirv-tools 2022.4-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-spirv-tools.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-spirv-tools |
Description: | API and commands for processing SPIR-V modules (mingw-w64) |
Upstream URL: | https://github.com/KhronosGroup/SPIRV-Tools |
Licenses: | Apache |
Submitter: | maxrd2 |
Maintainer: | None |
Last Packager: | prokoprandacek |
Votes: | 2 |
Popularity: | 0.065312 |
First Submitted: | 2019-07-08 23:15 (UTC) |
Last Updated: | 2023-01-05 15:58 (UTC) |
Dependencies (6)
- mingw-w64-crt (mingw-w64-crt-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- make (make-git) (make)
- mingw-w64-cmake (make)
- mingw-w64-spirv-headers (make)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310) (make)
Required by (3)
- mingw-w64-shaderc (make)
- mingw-w64-spirv-llvm-translator (make)
- mingw-w64-vulkan-tools (make)
Latest Comments
prokoprandacek commented on 2022-06-06 19:08 (UTC)
@brody fixed
brody commented on 2022-06-06 18:38 (UTC)
To build it in a clean chroot environment the mingw-w64-spirv-headers package is needed in the makedepends field.
prokoprandacek commented on 2022-01-22 09:46 (UTC)
I adopted the package and did some changes to the build process.
Please report any issues you encounter.
Martchus commented on 2021-03-26 09:59 (UTC)
The make dependency git is missing.
Martchus commented on 2020-05-18 09:24 (UTC)
I see the same problem as @xantares: https://martchus.no-ip.biz/build-data/rebuild-dw2/mingw-w64-spirv-tools/pkg/build.log
xantares commented on 2020-05-17 11:54 (UTC)
hello, it does no compile anymore:
In file included from /home/xantares/projects/aur-scripts/mingw-w64-spirv-tools/src/SPIRV-Tools/source/operand.cpp:30: /home/xantares/projects/aur-scripts/mingw-w64-spirv-tools/src/SPIRV-Tools/build-i686-w64-mingw32-shared/operand.kinds-unified1.inc:1001:4: error: ‘SPV_OPERAND_TYPE_RAY_FLAGS’ was not declared in this scope; did you mean ‘SPV_OPERAND_TYPE_IMAGE’? 1001 | {SPV_OPERAND_TYPE_RAY_FLAGS, ARRAY_SIZE(pygen_variable_RayFlagsEntries), pygen_variable_RayFlagsEntries}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | SPV_OPERAND_TYPE_IMAGE
zebulon commented on 2019-10-09 19:05 (UTC)
Hi, I get an error at linking time:
Any idea?