import CS spirv-headers-1.5.5-14.el9
This commit is contained in:
parent
dd40027aab
commit
79a207fe63
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/spirv-headers-01e0577.tar.gz
|
SOURCES/spirv-headers-04f10f6.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
09e395e59cad0d90226a3af88098afd5138a658b SOURCES/spirv-headers-01e0577.tar.gz
|
3ff41d29dc3973d6fb45bf932e90f987ff9e27df SOURCES/spirv-headers-04f10f6.tar.gz
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
%global commit 01e0577914a75a2569c846778c2f93aa8e6feddd
|
%global commit 04f10f650d514df88b76d25e83db360142c7b174
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: spirv-headers
|
Name: spirv-headers
|
||||||
Version: 1.5.5
|
Version: 1.5.5
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Header files from the SPIR-V registry
|
Summary: Header files from the SPIR-V registry
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -13,7 +13,7 @@ Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -47,7 +47,7 @@ chmod a-x include/spirv/1.2/spirv.py
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_lib} -GNinja
|
%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} -GNinja
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,6 +61,9 @@ chmod a-x include/spirv/1.2/spirv.py
|
|||||||
%{_datadir}/pkgconfig/SPIRV-Headers.pc
|
%{_datadir}/pkgconfig/SPIRV-Headers.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 20 2026 Anusha Srivatsa <asrivats@redhat.com> - 1.5.5-14
|
||||||
|
- Update to 1.4.341.0 SDK
|
||||||
|
|
||||||
* Mon Jan 05 2026 José Expósito <jexposit@redhat.com> - 1.5.5-13
|
* Mon Jan 05 2026 José Expósito <jexposit@redhat.com> - 1.5.5-13
|
||||||
- Update to 1.4.328.1 SDK
|
- Update to 1.4.328.1 SDK
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user