SHA256
1
0
forked from pool/vkmark

Accepting request 745333 from benchmark

- Do not try to build on 32 bit architectures

OBS-URL: https://build.opensuse.org/request/show/745333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-11-06 13:05:14 +00:00 committed by Git OBS Bridge
commit 2c2a3d7875
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 5 07:48:56 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Do not try to build on 32 bit architectures
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal <mpluskal@suse.com> Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package vkmark # spec file for package vkmark
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Malcolm J Lewis <malcolmlewis@opensuse.org> # Copyright (c) 2018 Malcolm J Lewis <malcolmlewis@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -22,7 +22,6 @@ Version: 2017.08+git.20180530
Release: 0 Release: 0
Summary: Vulkan benchmark utility Summary: Vulkan benchmark utility
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/Benchmark
URL: https://github.com/vkmark/vkmark URL: https://github.com/vkmark/vkmark
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch malcolmlewis@opensuse.org -- No pc file present in development package, so check fails. # PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch malcolmlewis@opensuse.org -- No pc file present in development package, so check fails.
@ -37,6 +36,7 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xcb-icccm)
ExcludeArch: %arm %ix86
%description %description
An extensible Vulkan benchmarking suite with targeted, configurable scenes. An extensible Vulkan benchmarking suite with targeted, configurable scenes.