import vulkan-validation-layers-1.2.182.0-1.el8_4
This commit is contained in:
parent
fbe843b979
commit
c00a6676a1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz
|
SOURCES/Vulkan-ValidationLayers-sdk-1.2.182.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
572b4ca565a7f6cc8a46eb217d3edced1e16dfcc SOURCES/Vulkan-ValidationLayers-sdk-1.2.162.0.tar.gz
|
921c42f17905f2dacb99c931eb80c973f6fa08f4 SOURCES/Vulkan-ValidationLayers-sdk-1.2.182.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: vulkan-validation-layers
|
Name: vulkan-validation-layers
|
||||||
Version: 1.2.162.0
|
Version: 1.2.182.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vulkan validation layers
|
Summary: Vulkan validation layers
|
||||||
|
|
||||||
@ -45,12 +45,14 @@ 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 \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-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 \
|
||||||
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||||
%ninja_build
|
%ninja_build
|
||||||
@ -73,6 +75,9 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 08 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1
|
||||||
|
- Update to 1.2.182.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