Search Criteria
Package Details: mingw-w64-spirv-tools 1:1.4.309.0-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: | None |
Last Packager: | xantares |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-08 23:15 (UTC) |
Last Updated: | 2025-03-29 11:44 (UTC) |
Dependencies (6)
- mingw-w64-crt (llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingwAUR)
- 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
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?
« First ‹ Previous 1 2