import CS spirv-tools-2023.3-1.el9
This commit is contained in:
parent
5d474d5d0d
commit
23af938c76
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/SPIRV-Tools-sdk-1.3.250.1.tar.gz
|
SOURCES/SPIRV-Tools-sdk-1.3.268.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
439077bbca3bbe1e4129b75a1650509620d04ed5 SOURCES/SPIRV-Tools-sdk-1.3.250.1.tar.gz
|
5915d4f18ea8661869f47c0711ac34a2f8d60756 SOURCES/SPIRV-Tools-sdk-1.3.268.0.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
%global sdkver 1.3.250.1
|
%global sdkver 1.3.268.0
|
||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2023.1
|
Version: 2023.3
|
||||||
Release: 3%{?gitrel}%{?dist}
|
Release: 1%{?gitrel}%{?dist}
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
||||||
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Tools-sdk-%{sdkver}.tar.gz
|
Source0: %url/archive/vulkan-sdk-%{sdkver}.tar.gz#/SPIRV-Tools-sdk-%{sdkver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake3
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -42,7 +42,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
Development files for %{name}
|
Development files for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n SPIRV-Tools-sdk-%{sdkver}
|
%autosetup -p1 -n SPIRV-Tools-vulkan-sdk-%{sdkver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||||
@ -88,6 +88,9 @@ Development files for %{name}
|
|||||||
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 2023.3-1
|
||||||
|
- Update to 1.3.268.0 SDK
|
||||||
|
|
||||||
* Thu Jul 06 2023 Dave Airlie <airlied@redhat.com> - 2023.1-3
|
* Thu Jul 06 2023 Dave Airlie <airlied@redhat.com> - 2023.1-3
|
||||||
- Update to 1.3.250.1 SDK release
|
- Update to 1.3.250.1 SDK release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user