GNU bug report logs -
#76337
[PATCH] gnu: llvm-spirv-translator: Fix cross compilation
Previous Next
Reported by: Yarl Baudig <yarl-baudig <at> mailoo.org>
Date: Sun, 16 Feb 2025 14:09:01 UTC
Severity: normal
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Mar 2025 22:41:26 +0100
with message-id <87ecyjjwqh.fsf <at> gnu.org>
and subject line Re: [bug#76337] [PATCH] gnu: llvm-spirv-translator: Fix cross compilation
has caused the debbugs.gnu.org bug report #76337,
regarding [PATCH] gnu: llvm-spirv-translator: Fix cross compilation
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76337: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76337
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/vulkan.scm (llvm-spirv-translator): Fix
cross-compilation. [configure-flags]: replace ungexp with ungexp-native when
relevant. Fix headers path.
Change-Id: If0fe4c42e98a67cbda27519815f556bb44713a60
---
gnu/packages/vulkan.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 241dff73ac..bfa32740e0 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -177,10 +177,9 @@ (define-public spirv-llvm-translator
(target-x86-64?))
#:configure-flags
#~(list (string-append "-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR="
- #$(this-package-native-input "spirv-headers")
- "/include/spirv")
+ #+(this-package-native-input "spirv-headers"))
(string-append "-DLLVM_EXTERNAL_LIT="
- #$(this-package-native-input "python-lit")
+ #+(this-package-native-input "python-lit")
"/bin/lit")
(string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
#$output "/lib")
base-commit: 1725d74c9f730f2628e2a02659b5ce925276d7ca
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Yarl Baudig <yarl-baudig <at> mailoo.org> skribis:
> * gnu/packages/vulkan.scm (llvm-spirv-translator): Fix
> cross-compilation. [configure-flags]: replace ungexp with ungexp-native when
> relevant. Fix headers path.
>
> Change-Id: If0fe4c42e98a67cbda27519815f556bb44713a60
Applied, thanks!
This bug report was last modified 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.