import vulkan-tools-1.2.162.0-1.el8
This commit is contained in:
parent
2769fbbcbd
commit
f3a540cc25
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-Tools-sdk-1.2.131.1.tar.gz
|
||||
SOURCES/Vulkan-Tools-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
8cd14f59bc666b2e31f9b943e76df39cac12cd13 SOURCES/Vulkan-Tools-sdk-1.2.131.1.tar.gz
|
||||
66e3cd8cc0a563fcf4475a716e3d049858358c9e SOURCES/Vulkan-Tools-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-tools
|
||||
Version: 1.2.131.1
|
||||
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,6 +46,12 @@ Vulkan tools
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
||||
- Update for 8.2.0 for vulkan 1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user