Search Criteria
Package Details: spirv-tools-git 3:2024.1.3932.fe7bae090-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spirv-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | spirv-tools-git |
Description: | API and commands for processing SPIR-V modules |
Upstream URL: | https://github.com/KhronosGroup/SPIRV-Tools |
Licenses: | custom |
Groups: | vulkan-devel |
Conflicts: | spirv-tools |
Provides: | spirv-tools |
Submitter: | 1ace |
Maintainer: | None |
Last Packager: | Lone_Wolf |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-16 22:53 (UTC) |
Last Updated: | 2024-03-27 21:31 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- spirv-headers-gitAUR (make)
Required by (54)
- adaptivecpp (requires spirv-tools)
- adaptivecpp-git (requires spirv-tools)
- adaptivecpp-opencl-git (requires spirv-tools)
- adaptivecpp-rocm-git (requires spirv-tools)
- amdonly-gaming-libva-mesa-driver-git (requires spirv-tools) (make)
- amdonly-gaming-mesa-git (requires spirv-tools) (make)
- amdonly-gaming-mesa-vdpau-git (requires spirv-tools) (make)
- amdonly-gaming-opencl-clover-mesa-git (requires spirv-tools) (make)
- amdonly-gaming-opencl-rusticl-mesa-git (requires spirv-tools) (make)
- amdonly-gaming-vulkan-mesa-layers-git (requires spirv-tools) (make)
- amdonly-gaming-vulkan-radeon-git (requires spirv-tools) (make)
- amdonly-gaming-vulkan-swrast-git (requires spirv-tools) (make)
- chipstar (requires spirv-tools)
- clspv-git (requires spirv-tools) (make)
- clvk-git (requires spirv-tools) (make)
- ddnet (requires spirv-tools) (make)
- ddnet-git (requires spirv-tools) (make)
- duckstation (requires spirv-tools)
- ffmpeg-amd-full (requires spirv-tools)
- ffmpeg-amd-full-git (requires spirv-tools)
- Show 34 more...
Sources (6)
- git+https://github.com/abseil/abseil-cpp.git
- git+https://github.com/google/effcee.git
- git+https://github.com/google/googletest.git
- git+https://github.com/google/re2.git
- git+https://github.com/KhronosGroup/SPIRV-Tools
- https://github.com/KhronosGroup/SPIRV-Tools/commit/75ad1345d4af5268448a9b26797294b48795cd69.patch
Latest Comments
1 2 Next › Last »
Lone_Wolf commented on 2024-10-26 10:59 (UTC)
spirv-llvm-translator-minimal-git switched to repo spirv-tools succesfully and I no longer use this package.
Orphaning.
lyamc commented on 2024-03-06 07:08 (UTC)
Currently there's some upstream issues preventing this from building.
For any users like me, until the PRs are accepted, you can add them yourself by editing the local PKGBUILD with the following. I've also changed the ln so that it doesn't fail if they already exist:
Lone_Wolf commented on 2023-09-19 14:22 (UTC)
pkgver() now includes the upstream version, let me know if that works for your package(s).
Lone_Wolf commented on 2023-09-14 08:34 (UTC) (edited on 2023-09-14 08:35 (UTC) by Lone_Wolf)
This is one of those projects were the git tags don't match the version reported by tools from the package.
I created https://bbs.archlinux.org/viewtopic.php?id=288790 to get input from other archlinux users.
bwrsandman commented on 2023-09-14 03:24 (UTC) (edited on 2023-09-14 03:27 (UTC) by bwrsandman)
You should be prepending the latest tag to pkgver, without this, this package cannot satisfy version constraints such as the following in glslang-git
Lone_Wolf commented on 2023-01-21 16:04 (UTC)
Done, the change was very similar to that.
/usr/bin/spirv-lesspipe.sh uses a sh-shebang, so I added sh as dependency for completeness.
1ace commented on 2023-01-19 19:48 (UTC)
Lone_Wolf: made you a co-maintainer; feel free to try to make it use
spirv-headers-git
(probably just changing$srcdir
to/usr/include
on line 31) :)Lone_Wolf commented on 2023-01-13 11:31 (UTC) (edited on 2023-01-13 11:36 (UTC) by Lone_Wolf)
confirmed also happens with spirv-headers-git .
Looks like Khronos or github made changes in the setup.
Remove the local copy of the git repo and start with a fresh one.
(If you depend on spirv-headers-git like me, fix that first then spirv-tools-git .)
Aryma commented on 2023-01-12 20:10 (UTC) (edited on 2023-01-12 20:11 (UTC) by Aryma)
warning: remote HEAD refers to nonexistent ref, unable to checkout
==> Starting pkgver()...
fatal: Not a valid object name HEAD
==> ERROR: pkgver is not allowed to be empty.
==> ERROR: pkgver() generated an invalid version:
I get this error
Lone_Wolf commented on 2022-12-09 22:47 (UTC)
In the PKGBUILD you download spirv-headers trunk and build against it.
However in depends you list spirv-headers which is a different version .
Maybe you could depend on aur spirv-headers-git instead and skip downloading spirv-headers completely ?
1 2 Next › Last »