import vulkan-tools-1.2.162.0-1.el8
This commit is contained in:
parent
a8b67545ab
commit
f315913a5f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-Tools-sdk-1.2.154.0.tar.gz
|
||||
SOURCES/Vulkan-Tools-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
7ba54e29621ceb73f4e857bd9bb81eae124529ff SOURCES/Vulkan-Tools-sdk-1.2.154.0.tar.gz
|
||||
66e3cd8cc0a563fcf4475a716e3d049858358c9e SOURCES/Vulkan-Tools-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-tools
|
||||
Version: 1.2.154.0
|
||||
Version: 1.2.162.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan tools
|
||||
|
||||
@ -9,7 +9,7 @@ Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: cmake
|
||||
BuildRequires: glslang
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
@ -33,7 +33,7 @@ Vulkan tools
|
||||
|
||||
|
||||
%build
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix} .
|
||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix} .
|
||||
%ninja_build
|
||||
|
||||
|
||||
@ -46,8 +46,8 @@ Vulkan tools
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.0-1
|
||||
- Update to 1.2.154.0
|
||||
* Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
||||
- Update to 1.2.162.0
|
||||
|
||||
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||
- Update to 1.2.148.0
|
||||
|
Loading…
Reference in New Issue
Block a user