Search Criteria
Package Details: amdvlk-git 2024.Q2.3.r0.10c37d4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amdvlk-git.git (read-only, click to copy) |
---|---|
Package Base: | amdvlk-git |
Description: | AMD's standalone Vulkan driver |
Upstream URL: | https://github.com/GPUOpen-Drivers |
Licenses: | MIT |
Conflicts: | amdvlk, vulkan-amdvlk |
Provides: | amdvlk, vulkan-amdvlk, vulkan-driver |
Submitter: | haagch |
Maintainer: | marijns |
Last Packager: | marijns |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-22 13:02 (UTC) |
Last Updated: | 2024-08-11 22:02 (UTC) |
Dependencies (18)
- 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)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- directx-shader-compiler (make)
- git (git-gitAUR, git-glAUR) (make)
- libdrm (libdrm-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-jinja (make)
- python-ruamel-yaml (python-ruamel-yaml-hgAUR) (make)
- repo (repo-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- xorg-server-devel (xorg-server-devel-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (71)
- airshipper (requires vulkan-driver) (optional)
- ares-emu (requires vulkan-driver)
- ares-emu-avx-git (requires vulkan-driver)
- ares-emu-git (requires vulkan-driver)
- cemu (requires vulkan-driver) (optional)
- clonehero-ptb (requires vulkan-driver) (optional)
- cosmic-session-git (requires vulkan-driver) (optional)
- cpu-x (requires vulkan-driver) (optional)
- cpu-x-git (requires vulkan-driver) (optional)
- cpu-x-opencl (requires vulkan-driver) (optional)
- dsnote-git (requires amdvlk) (optional, x86_64)
- fcitx5-hazkey (requires vulkan-driver) (optional)
- fcitx5-hazkey-bin (requires vulkan-driver) (optional)
- flax (requires vulkan-driver) (optional)
- furmark (requires vulkan-driver) (optional)
- glfw-git (requires vulkan-driver) (optional)
- gzdoom (requires vulkan-driver) (optional, x86_64)
- gzdoom-git (requires vulkan-driver) (optional, x86_64)
- humble-lumpia-git (requires vulkan-driver) (optional)
- immich-server (requires vulkan-driver) (optional)
- Show 51 more...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
marijns commented on 2024-07-27 09:31 (UTC)
@reaperx7 do you by any chance have
-Wl,z,now
inLDFLAGS
frommakepkg.conf
? When I inherited this package there has always been a dubiousexport LDFLAGS=${LDFLAGS/,-z,now}
, which would leave an empty-Wl
in place as can be seen in the command that it executes.Please try this patch to see if that solves it for you:
This bogus op was introduced in 2673045952a4 for a missing symbol; perhaps that has long been addressed and these overrides can all be removed; I'll check that out before pushing a fix to the repo.
Thanks for reporting!
reaperx7 commented on 2024-07-26 16:20 (UTC) (edited on 2024-07-26 16:23 (UTC) by reaperx7)
Package build fails with the following error:
marijns commented on 2024-07-18 12:59 (UTC) (edited on 2024-07-18 13:01 (UTC) by marijns)
@SkylerLinux this is a
-git
package that always builds the latest version from git, and will automatically update its version when built locally via thepkgver()
function defined inPKGBUILD
.I will only push a version update when there is an accompanying code change in
PKGBUILD
.If you do think there is an incompatibility with the latest
amdvlk
release from git, do click theFlag package out-of-date
button on the top-right and describe what upstream change caused a conflict and requires a code change inPKGBUILD
.SkylerLinux commented on 2024-07-18 05:10 (UTC)
Version 2023.Q4 yet extra/multilib is 2024.Q2 and seemingly was updated this year. Kinda odd
marijns commented on 2023-05-25 15:33 (UTC)
@RAMChYLD ouch it looks like their main branch was force-pushed, changing the context of that pull request and hence the patch contents that are downloaded: https://github.com/GPUOpen-Drivers/pal/pull/94#event-9326017384
Guess I'll use an immediate hash to the commit the next time around, or check the patch in to this package repo for simplicity. For now you can replace the source link with https://github.com/GPUOpen-Drivers/pal/commit/935599d77310f1b6968d69c229301fb43f38e11d.patch, I'll push a fix for that soon.
RAMChYLD commented on 2023-05-25 15:22 (UTC)
Getting a build error:
marijns commented on 2023-05-23 08:30 (UTC)
@bio3c thanks for reporting! I've ran into the same error here and in other codebases after upgrading to gcc-13. This requires the following upstream fix to the PAL repository:
https://github.com/GPUOpen-Drivers/pal/pull/94
If necessary I can push a temporary workaround to the PKGBUILD that applies this patch before commencing the build.
bio3c commented on 2023-05-23 06:05 (UTC)
i'm having errors building it, pretty much all errors are as such:
RAMChYLD commented on 2023-03-29 19:32 (UTC)
@marijns - if there's no need to bump then it's okay. I still do not really understand how the git thing works and thought it will still pull the 2022.Q4.4 tree only.
Thanks, and sorry.
marijns commented on 2023-03-27 21:20 (UTC)
@RAMChYLD this is a git package and the latest source is automatically fetched on build:
pkgver()
also updates the version inPKGBUILD
. I just built the package with Q1.3 and see the extension invulkaninfo
for this device/driver, without making any manual changes toPKGBUILD
. Can you clarify what "refactor" you are expecting, is there a specific build/runtime error?Consequently pushing new
PKGBUILD
just to bumppkgver
is uncommon for git/vcs packages,pkgver()
is supposed to prevent such churn. Unless there's a request to bump it on tagged releases just to show compatibility with the latest version here on the AUR?1 2 3 4 5 6 .. 8 Next › Last »