Search Criteria
Package Details: mingw-w64-spirv-tools 2024.2-1
Package Actions
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: | xantares |
Last Packager: | xantares |
Votes: | 2 |
Popularity: | 0.000002 |
First Submitted: | 2019-07-08 23:15 (UTC) |
Last Updated: | 2024-08-01 14:20 (UTC) |
Dependencies (6)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- mingw-w64-spirv-headersAUR (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
« First ‹ Previous 1 2
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?
« First ‹ Previous 1 2