Package Details: directx-shader-compiler-git 1:r5040.9c8b79b27-1

Git Clone URL: https://aur.archlinux.org/directx-shader-compiler-git.git (read-only, click to copy)
Package Base: directx-shader-compiler-git
Description: A compiler for HLSL to DXIL (DirectX Intermediate Language).
Upstream URL: https://github.com/microsoft/DirectXShaderCompiler
Keywords: dxc
Licenses: BSD
Conflicts: directx-shader-compiler
Provides: directx-shader-compiler
Submitter: manni
Maintainer: NeroReflex
Last Packager: NeroReflex
Votes: 2
Popularity: 0.000000
First Submitted: 2019-08-12 07:57 (UTC)
Last Updated: 2025-09-15 20:55 (UTC)

Dependencies (3)

Required by (10)

Sources (2)

Latest Comments

JackWitherell commented on 2026-05-17 19:01 (UTC)

I was entirely unable to install this package without the following patch:

--- a/PKGBUILD (original)
+++ b/PKGBUILD (patched)
@@ -56,10 +56,9 @@
   export CFLAGS="-march=native -mtune=native -O2 -pipe -fno-plt -fexceptions -fPIC \
         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
         -fstack-clash-protection -fcf-protection -Wno-error=restrict -Wno-changes-meaning"
-  export CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
+  export CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS -Wno-array-bounds"
   export LDFLAGS="-Wl,-O2,--sort-common,--as-needed,-z,relro,-z,now"

NeroReflex commented on 2025-09-15 20:48 (UTC)

@robertomorrison thanks for the heads up!

robertomorrison commented on 2025-09-14 11:23 (UTC) (edited on 2025-09-14 11:23 (UTC) by robertomorrison)

Please add provides=('directx-shader-compiler') and conflicts=('directx-shader-compiler'), especially because there is a package called directx-shader-compiler in the arch repository. It would be very helpful to be able to "automatically" use this as an alternative.