[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/416: gnu: glslang: Update to 11.9.0.
From: |
guix-commits |
Subject: |
12/416: gnu: glslang: Update to 11.9.0. |
Date: |
Fri, 14 Apr 2023 15:25:11 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 0d67490d6075b41409bcb4f96713f6d4472b6f49
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 15 16:15:56 2022 +0100
gnu: glslang: Update to 11.9.0.
* gnu/packages/vulkan.scm (glslang): Update to 11.9.0.
---
gnu/packages/vulkan.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 34f7f0f397..944e3de5a8 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -150,19 +150,17 @@ SPIR-V, aiming to emit GLSL or MSL that looks like
human-written code.")
(define-public glslang
(package
(name "glslang")
- (version "10-11.0.0")
+ (version "11.9.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/KhronosGroup/glslang")
- ;; Tag "10-11.0.0" was moved to "11.0.0".
- ;; FIXME: Use (commit version) on next update.
- (commit "11.0.0")))
+ (commit version)))
(sha256
(base32
- "14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py"))
- (file-name (string-append name "-" version "-checkout"))))
+ "1q6gjlx2y6g0hfvahnw063anb4yb4ky82hfh3b7nbsm43crzzfb0"))
+ (file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;FIXME: requires bundled SPIRV-Tools
- 06/416: gnu: shaderc: Update to 2021.3., (continued)
- 06/416: gnu: shaderc: Update to 2021.3., guix-commits, 2023/04/14
- 07/416: gnu: Add vulkan-validationlayers., guix-commits, 2023/04/14
- 16/416: gnu: python-pytest-timeout: Update to 2.1.0., guix-commits, 2023/04/14
- 21/416: gnu: sbcl: Resolve TODO., guix-commits, 2023/04/14
- 04/416: gnu: vulkan-loader: Update to 1.2.202., guix-commits, 2023/04/14
- 05/416: gnu: vulkan-tools: Update to 1.2.201., guix-commits, 2023/04/14
- 08/416: gnu: vulkan-validationlayers: Avoid direct variable references., guix-commits, 2023/04/14
- 10/416: gnu: spirv-headers: Update to 1.3.231.1., guix-commits, 2023/04/14
- 09/416: gnu: spirv-tools: Disable building static libraries., guix-commits, 2023/04/14
- 11/416: gnu: spirv-tools: Update to 2022.4., guix-commits, 2023/04/14
- 12/416: gnu: glslang: Update to 11.9.0.,
guix-commits <=
- 13/416: gnu: libaom: Update to 3.5.0., guix-commits, 2023/04/14
- 17/416: gnu: xdg-utils: Resolve TODOs., guix-commits, 2023/04/14
- 18/416: gnu: xdg-utils: Use G-expression., guix-commits, 2023/04/14
- 14/416: gnu: VLC: Fix build with dav1d 1.0., guix-commits, 2023/04/14
- 22/416: gnu: spirv-headers: Replace version with %vulkan-sdk-version., guix-commits, 2023/04/14
- 23/416: gnu: spirv-tools: Replace version with %vulkan-sdk-version., guix-commits, 2023/04/14
- 25/416: gnu: spirv-cross: Update to sdk-1.3.231.1., guix-commits, 2023/04/14
- 29/416: gnu: vulkan-tools: Update to sdk-1.3.231.1., guix-commits, 2023/04/14
- 15/416: gnu: python-pytest-mock: Update to 3.10.0., guix-commits, 2023/04/14
- 24/416: gnu: glslang: Update to sdk-1.3.231.1., guix-commits, 2023/04/14