Update to latest 1.2.182.0 sdk
Resolves: rhbz#1984258
This commit is contained in:
parent
0230371de0
commit
9d9d3700c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/Vulkan-ValidationLayers-sdk-1.2.148.0.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.154.0.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.182.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz) = 76db1fed4304e9125560aa16eea711054faf2de7eaa5529f8f78e6ac35a37baa9857946af356c687f805c585849727ed9041e916fd3fa6f76a9abc7a9e357d67
|
||||
SHA512 (Vulkan-ValidationLayers-sdk-1.2.182.0.tar.gz) = 2871a6fdc0bf6baa3a6a33ebcf0c243a5e39d7614036e539002ebca967533943af7cce0f292baeede47a100bda45da9cf55c113fb0c7d78818e16f80ceb75f89
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: vulkan-validation-layers
|
||||
Version: 1.2.162.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.182.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan validation layers
|
||||
|
||||
License: ASL 2.0
|
||||
@ -44,11 +44,12 @@ developing applications that use %{name}.
|
||||
%build
|
||||
# Decrease debuginfo verbosity to reduce memory consumption even more
|
||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||
|
||||
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
|
||||
|
||||
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
||||
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
||||
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
|
||||
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/
|
||||
%cmake_build
|
||||
@ -71,6 +72,9 @@ developing applications that use %{name}.
|
||||
%{_includedir}/vulkan/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1
|
||||
- Update to latest 1.2.182.0 sdk
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.162.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user