import vulkan-validation-layers-1.2.162.0-1.el8
This commit is contained in:
parent
53e37c28f1
commit
1dca05d7b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-ValidationLayers-sdk-1.2.131.1.tar.gz
|
||||
SOURCES/Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
19fd51d71b3d1bf3c2d586dd5a79ac167a0d5665 SOURCES/Vulkan-ValidationLayers-sdk-1.2.131.1.tar.gz
|
||||
572b4ca565a7f6cc8a46eb217d3edced1e16dfcc SOURCES/Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-validation-layers
|
||||
Version: 1.2.131.1
|
||||
Version: 1.2.162.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan validation layers
|
||||
|
||||
@ -10,11 +10,12 @@ Patch0: fix_shared.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: cmake
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: spirv-tools-devel
|
||||
BuildRequires: spirv-headers-devel
|
||||
BuildRequires: vulkan-loader-devel
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
@ -46,10 +47,11 @@ developing applications that use %{name}.
|
||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||
|
||||
|
||||
%cmake3 -GNinja \
|
||||
%cmake -GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
||||
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
||||
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||
%ninja_build
|
||||
|
||||
@ -71,6 +73,12 @@ developing applications that use %{name}.
|
||||
%{_includedir}/vulkan/
|
||||
|
||||
%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