SHA256
1
0
forked from pool/vkmark

Accepting request 1074800 from home:malcolmlewis:branches:benchmark

- Add vkmark-cstdint-include.patch: Add missing cstdint include in
  scene.h, (gh#vkmark/vkmark#51).

OBS-URL: https://build.opensuse.org/request/show/1074800
OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=27
This commit is contained in:
Martin Pluskal 2023-03-28 05:27:43 +00:00 committed by Git OBS Bridge
parent 6e971f69d7
commit 3ef1afc2f4
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -Naur a/src/scene.h b/src/scene.h
--- a/src/scene.h 2022-09-09 06:29:28.000000000 -0500
+++ b/src/scene.h 2023-03-27 19:37:12.627735253 -0500
@@ -25,6 +25,7 @@
#include <string>
#include <vector>
#include <unordered_map>
+#include <cstdint>
class SceneOption
{

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 28 00:53:01 UTC 2023 - malcolmlewis@opensuse.org
- Add vkmark-cstdint-include.patch: Add missing cstdint include in
scene.h, (gh#vkmark/vkmark#51).
-------------------------------------------------------------------
Thu Feb 2 01:32:52 UTC 2023 - malcolmlewis@opensuse.org

View File

@ -24,6 +24,8 @@ Summary: Vulkan benchmark utility
License: LGPL-2.1-or-later
URL: https://github.com/vkmark/vkmark
Source0: %{name}-%{version}.tar.xz
#PATCH-FIX-UPSTREAM vkmark-cstdint-include.patch gh#vkmark/vkmark#51 malcolmlewis@opensuse.org Add missing cstdint include in scene.h.
Patch0: vkmark-cstdint-include.patch
BuildRequires: gcc-c++
BuildRequires: glm-devel
BuildRequires: meson >= 0.45
@ -41,7 +43,7 @@ ExcludeArch: %{arm} %{ix86}
An extensible Vulkan benchmarking suite with targeted, configurable scenes.
%prep
%autosetup
%autosetup -p1
%build
%meson