Auto sync2gitlab import of vulkan-validation-layers-1.3.216.0-1.el8_6.src.rpm
This commit is contained in:
parent
a8a43a2183
commit
2822f4e5c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/Vulkan-ValidationLayers-sdk-1.2.189.0.tar.gz
|
/Vulkan-ValidationLayers-sdk-1.2.189.0.tar.gz
|
||||||
|
/Vulkan-ValidationLayers-sdk-1.3.216.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Vulkan-ValidationLayers-sdk-1.2.189.0.tar.gz) = 2e398e47887147038122fed1f4abdfbd4f44ebdbc4d79640def48384202b37886d15f01784b57f62adfb6da0643abb65169fc4a6709b14f602d21d360dd68dd9
|
SHA512 (Vulkan-ValidationLayers-sdk-1.3.216.0.tar.gz) = c3e3f44ddec4a440c759a5773cf8cabdb79e35152fd912b75ba7ef80126184fab7d0cd93e55e6f0a1b3fa5379295bf60dd21cbba97b3c24e753cd7b6ccb78f72
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: vulkan-validation-layers
|
Name: vulkan-validation-layers
|
||||||
Version: 1.2.189.0
|
Version: 1.3.216.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vulkan validation layers
|
Summary: Vulkan validation layers
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -46,7 +46,6 @@ developing applications that use %{name}.
|
|||||||
%build
|
%build
|
||||||
# Decrease debuginfo verbosity to reduce memory consumption even more
|
# Decrease debuginfo verbosity to reduce memory consumption even more
|
||||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||||
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
|
|
||||||
|
|
||||||
|
|
||||||
%cmake -GNinja \
|
%cmake -GNinja \
|
||||||
@ -54,7 +53,7 @@ developing applications that use %{name}.
|
|||||||
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
||||||
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
||||||
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
|
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
|
||||||
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
-DSPIRV_HEADERS_INCLUDE_DIR=%{_includedir} \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||||
%ninja_build
|
%ninja_build
|
||||||
|
|
||||||
@ -76,8 +75,11 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 08 2021 Dave Airlie <airlied@redhat.com> - 1.2.189.0-2
|
* Mon Jun 20 2022 Dave Airlie <airlied@redhat.com> - 1.3.216.0-1
|
||||||
- Update to 1.2.189.0 SDK
|
- Update to 1.3.216.0
|
||||||
|
|
||||||
|
* Tue Feb 22 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
|
||||||
|
- Update to 1.3.204.0
|
||||||
|
|
||||||
* Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
* Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
||||||
- Update to 1.2.162.0
|
- Update to 1.2.162.0
|
||||||
|
Loading…
Reference in New Issue
Block a user