unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 58617@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#58617] [PATCH core-updates 2/8] gnu: spirv-tools: Update to 2022.3.
Date: Wed, 19 Oct 2022 00:42:06 +0000	[thread overview]
Message-ID: <20221019004136.32677-2-kaelyn.alexi@protonmail.com> (raw)
In-Reply-To: <20221019003957.31382-1-kaelyn.alexi@protonmail.com>

* gnu/packages/vulkan.scm (spirv-tools): Update to 2022.3.
[configure-flags]: Disable static libraries as they cause link issues
with several packages such as mpv.
---
 gnu/packages/vulkan.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index a859709460..3c8b7c3169 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -77,7 +77,7 @@ (define-public spirv-headers
 (define-public spirv-tools
   (package
     (name "spirv-tools")
-    (version "2020.2")
+    (version "2022.3")
     (source
      (origin
       (method git-fetch)
@@ -85,11 +85,14 @@ (define-public spirv-tools
             (url "https://github.com/KhronosGroup/SPIRV-Tools")
             (commit (string-append "v" version))))
       (sha256
-       (base32 "00b7xgyrcb2qq63pp3cnw5q1xqx2d9rfn65lai6n6r89s1vh3vg6"))
+       (base32 "0jgyqxj2d9dlmh3la7jd3vl74lmq6vycmxi9p8k4h71wliklwl87"))
       (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
+                               ;; Some packages like mpv fail to link
+                               ;; when the static libraries are built.
+                               "-DSPIRV_TOOLS_BUILD_STATIC=OFF"
                                (string-append
                                 "-DSPIRV-Headers_SOURCE_DIR="
                                 (assoc-ref %build-inputs "spirv-headers")))))
--
2.37.3






  parent reply	other threads:[~2022-10-19  0:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19  0:40 [bug#58617] [PATCH core-updates 0/8] Update Vulkan packages to sdk-1.3.224.1 Kaelyn Takata via Guix-patches via
2022-10-19  0:41 ` [bug#58617] [PATCH core-updates 1/8] gnu: spirv-headers: Update to 1.3.224.1 Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` Kaelyn Takata via Guix-patches via [this message]
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 3/8] gnu: spirv-cross: " Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 4/8] gnu: vulkan-headers: " Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 5/8] gnu: vulkan-loader: " Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 6/8] gnu: vulkan-tools: " Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 7/8] gnu: shaderc: Update to 2022.2 Kaelyn Takata via Guix-patches via
2022-10-19  0:42 ` [bug#58617] [PATCH core-updates 8/8] gnu: Add vulkan-validationlayers Kaelyn Takata via Guix-patches via
2022-12-30  9:51 ` [bug#58617] [PATCH core-updates 0/8] Update Vulkan packages to sdk-1.3.224.1 Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221019004136.32677-2-kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=58617@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).