guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: vulkan-tools: Update to 1.1.102.


From: guix-commits
Subject: 01/01: gnu: vulkan-tools: Update to 1.1.102.
Date: Thu, 7 Mar 2019 04:43:19 -0500 (EST)

rhelling pushed a commit to branch staging
in repository guix.

commit 97764172467baa3cbecd016a81913060972e0839
Author: Rutger Helling <address@hidden>
Date:   Thu Mar 7 10:40:26 2019 +0100

    gnu: vulkan-tools: Update to 1.1.102.
    
    * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.102.
    [arguments]: Remove "-DBUILD_ICD=OFF" configure flag.
---
 gnu/packages/vulkan.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 787b4a3..98a0523 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -244,7 +244,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version "1.1.101")
+    (version (package-version vulkan-headers))
     (source
      (origin
        (method git-fetch)
@@ -254,7 +254,7 @@ and the ICD.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0qms8xjl0i9ajrckxkcq7rj28zjby4gbr1vz8xxkmgfbani8mai4"))))
+         "0a8vmgyn7an21bb9vxba9laf9ghvk905vn7rm8frdl8qr2b7vyw3"))))
     (build-system cmake-build-system)
     (inputs
      `(("glslang" ,glslang)
@@ -268,8 +268,7 @@ and the ICD.")
        ("python" ,python)))
     (arguments
      `(#:tests? #f                      ; No tests.
-       #:configure-flags (list "-DBUILD_ICD=off" ; FIXME: Doesn't build.
-                               (string-append "-DGLSLANG_INSTALL_DIR="
+       #:configure-flags (list (string-append "-DGLSLANG_INSTALL_DIR="
                                (assoc-ref %build-inputs "glslang")))))
     (home-page
      "https://github.com/KhronosGroup/Vulkan-Tools";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]