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
|
Name: vulkan-validation-layers
|
||||||
Version: 1.2.131.1
|
Version: 1.2.162.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vulkan validation layers
|
Summary: Vulkan validation layers
|
||||||
|
|
||||||
@ -10,11 +10,12 @@ Patch0: fix_shared.patch
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: spirv-tools-devel
|
BuildRequires: spirv-tools-devel
|
||||||
|
BuildRequires: spirv-headers-devel
|
||||||
BuildRequires: vulkan-loader-devel
|
BuildRequires: vulkan-loader-devel
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-cursor)
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
@ -46,10 +47,11 @@ developing applications that use %{name}.
|
|||||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||||
|
|
||||||
|
|
||||||
%cmake3 -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 \
|
||||||
|
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||||
%ninja_build
|
%ninja_build
|
||||||
|
|
||||||
@ -71,6 +73,12 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
||||||
- Update for 8.2.0 for vulkan 1.2
|
- Update for 8.2.0 for vulkan 1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user