Update to a recent commit on main

This code has not been released. This is needed in order to update to
LLVM 16 which is being released soon.
libclc depends indirectly on this update.

LLVM 16 is being built in side tag f39-build-side-64794.

A full build of LLVM 16.0.0 RC4 with spirv-headers is available in COPR [1].

[1] https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm16/monitor/detailed
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-03-17 13:58:28 -03:00
parent 1976f4f0ba
commit a5914807e7
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (SPIRV-Headers-sdk-1.3.239.0.tar.gz) = 0c1f6b05490651bab9124d18104b2e0d0f2582a6b64215cfa463a4808beab9dd824463853b46607aac937ea03fbe5a894b8a5ccd6cc04a5d2c6ce7b9166a65e5 SHA512 (spirv-headers-295cf5f.tar.gz) = aebfae5b656b35b5479dbafa3d7df2ecde7d223d45f529dff44c3fc115532ecac05cacdf0d9ded6547fbe0e836f7308eba749531a7d4e4d49f69c7028551267a

View File

@ -1,4 +1,6 @@
%global sdkver 1.3.239.0 %global commit 295cf5fb3bfe2454360e82b26bae7fc0de699abe
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: spirv-headers Name: spirv-headers
Version: 1.5.5 Version: 1.5.5
@ -7,7 +9,7 @@ Summary: Header files from the SPIR-V registry
License: MIT License: MIT
URL: https://github.com/KhronosGroup/SPIRV-Headers/ URL: https://github.com/KhronosGroup/SPIRV-Headers/
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Headers-sdk-%{sdkver}.tar.gz Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -40,7 +42,7 @@ This includes:
* The XML registry fil * The XML registry fil
%prep %prep
%autosetup -n SPIRV-Headers-sdk-%{sdkver} %autosetup -n SPIRV-Headers-%{commit}
chmod a-x include/spirv/1.2/spirv.py chmod a-x include/spirv/1.2/spirv.py