mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 3/6] spirv-tools: version bump v2020.2 -> v2020.3
Date: Tue, 16 Jun 2020 09:34:54 +0200	[thread overview]
Message-ID: <20200616073457.26089-3-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20200616073457.26089-1-p.zabel@pengutronix.de>

Install SPIR-V headers required by vulkan-validationlayers.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/spirv-tools.make | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make
index 40ddf698a81a..20367a383106 100644
--- a/rules/spirv-tools.make
+++ b/rules/spirv-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_TOOLS) += spirv-tools
 #
 # Paths and names
 #
-SPIRV_TOOLS_VERSION	:= 2020.2
-SPIRV_TOOLS_MD5		:= 43976cf1820caa2f0a30f30dc861bd18
+SPIRV_TOOLS_VERSION	:= 2020.3
+SPIRV_TOOLS_MD5		:= 1b7d45e6a060d3a2e3dad73531cb0768
 SPIRV_TOOLS		:= spirv-tools-$(SPIRV_TOOLS_VERSION)
 SPIRV_TOOLS_SUFFIX	:= tar.gz
 SPIRV_TOOLS_URL		:= https://github.com/KhronosGroup/SPIRV-Tools/archive/v$(SPIRV_TOOLS_VERSION).$(SPIRV_TOOLS_SUFFIX)
@@ -24,8 +24,8 @@ SPIRV_TOOLS_DIR		:= $(BUILDDIR)/$(SPIRV_TOOLS)
 SPIRV_TOOLS_LICENSE	:= Apache-2.0
 SPIRV_TOOLS_LICENSE_FILES := file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
 
-SPIRV_HEADERS_VERSION	:= 2020-03-17-gf8bf11a0253a
-SPIRV_HEADERS_MD5	:= 43544e8632662bd2b81acf906e8cda7c
+SPIRV_HEADERS_VERSION	:= 2020-05-21-gac638f181542
+SPIRV_HEADERS_MD5	:= 4dde857e9ecfe44025478876286f0915
 SPIRV_HEADERS_SUFFIX	:= tar.gz
 SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
 SPIRV_HEADERS_SOURCE	:= $(SRCDIR)/spirv-headers-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
@@ -74,6 +74,7 @@ $(STATEDIR)/spirv-tools.install:
 	@install -vD -m 644 $(SPIRV_TOOLS_DIR)-build/source/opt/libSPIRV-Tools-opt.a $(SPIRV_TOOLS_PKGDIR)/usr/lib/libSPIRV-Tools-opt.a
 	@install -vD -m 644 $(SPIRV_TOOLS_DIR)-build/source/libSPIRV-Tools-shared.so $(SPIRV_TOOLS_PKGDIR)/usr/lib/libSPIRV-Tools-shared.so
 	@mkdir -p $(SPIRV_TOOLS_PKGDIR)/usr/include
+	@cp -r $(SPIRV_HEADERS_DIR)/include/spirv $(SPIRV_TOOLS_PKGDIR)/usr/include
 	@cp -r $(SPIRV_TOOLS_DIR)/include/spirv-tools $(SPIRV_TOOLS_PKGDIR)/usr/include
 	$(call touch)
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  parent reply	other threads:[~2020-06-16  7:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  7:34 [ptxdist] [PATCH 1/6] host-glslang: fix CMake configuration options Philipp Zabel
2020-06-16  7:34 ` [ptxdist] [PATCH 2/6] glslang: version bump 2020-03-31-ge157435c1e77 -> 2020-05-27-ge00d27c6d65b Philipp Zabel
2020-06-19 22:04   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-16  7:34 ` Philipp Zabel [this message]
2020-06-19 22:04   ` [ptxdist] [APPLIED] spirv-tools: version bump v2020.2 -> v2020.3 Michael Olbrich
2020-06-16  7:34 ` [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.135.0 -> 1.2.141.0 Philipp Zabel
2020-06-19 22:04   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-16  7:34 ` [ptxdist] [PATCH 5/6] vulkan-validationlayers: " Philipp Zabel
2020-06-19 22:04   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-16  7:34 ` [ptxdist] [PATCH 6/6] vulkan-tools: new package Philipp Zabel
2020-06-19  8:03   ` Michael Olbrich
2020-06-19 22:04 ` [ptxdist] [APPLIED] host-glslang: fix CMake configuration options Michael Olbrich

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

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

  git send-email \
    --in-reply-to=20200616073457.26089-3-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox