import spirv-tools-2020.5-3.20201208.gitb27b1af.el8

This commit is contained in:
CentOS Sources 2021-05-18 03:01:33 -04:00 committed by Andrew Lukoshko
parent e57ff448c1
commit b9542e841d
3 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/spirv-tools-f7da527757140ae701be58274ce6db2f4234d9ff.tar.gz SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz

View File

@ -1 +1 @@
c8af9953f625bb3924b22a59a11d5956322f86dc SOURCES/spirv-tools-f7da527757140ae701be58274ce6db2f4234d9ff.tar.gz 30d567894741d65bb36f703fa36c205853c1bdf0 SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz

View File

@ -1,18 +1,18 @@
%global commit f7da527757140ae701be58274ce6db2f4234d9ff %global commit b27b1afd12d05bf238ac7368bb49de73cd620a8e
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20201031 %global commit_date 20201208
%global gitrel .%{commit_date}.git%{shortcommit} %global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-tools Name: spirv-tools
Version: 2020.5 Version: 2020.5
Release: 2%{?gitrel}%{?dist} Release: 3%{?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/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
BuildRequires: cmake3 BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: ninja-build BuildRequires: ninja-build
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
@ -48,7 +48,7 @@ Development files for %{name}
%build %build
%__mkdir_p %_target_platform %__mkdir_p %_target_platform
pushd %_target_platform pushd %_target_platform
%cmake3 -DCMAKE_BUILD_TYPE=Release \ %cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \
-DSPIRV-Headers_SOURCE_DIR=%{_prefix} \ -DSPIRV-Headers_SOURCE_DIR=%{_prefix} \
-DPYTHON_EXECUTABLE=%{__python3} \ -DPYTHON_EXECUTABLE=%{__python3} \
@ -88,8 +88,8 @@ popd
%{_libdir}/pkgconfig/SPIRV-Tools.pc %{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog %changelog
* Tue Nov 03 2020 Dave Airlie <airlied@redhat.com> - 2020.5-2 * Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-3
- Update to latest upstream - Update to 1.2.162.0 SDK version
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 2020.5-1 * Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 2020.5-1
- update to latest upstream - update to latest upstream