From patchwork Mon Jun 27 16:02:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tomasz Jeneralczyk X-Patchwork-Id: 40356 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DD09027BBEA; Mon, 27 Jun 2022 15:04:18 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 867DE27BBE9 for ; Mon, 27 Jun 2022 15:04:18 +0100 (BST) Received: from localhost ([::1]:54860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o5pLd-0005Ri-M5 for patchwork@mira.cbaines.net; Mon, 27 Jun 2022 10:04:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5pLP-0005Oz-FM for guix-patches@gnu.org; Mon, 27 Jun 2022 10:04:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59031) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o5pLO-00072v-6E for guix-patches@gnu.org; Mon, 27 Jun 2022 10:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o5pLN-0002Kc-V8 for guix-patches@gnu.org; Mon, 27 Jun 2022 10:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56041] [PATCH v4] gnu: Add vkmark. References: In-Reply-To: Resent-From: Tomasz Jeneralczyk Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jun 2022 14:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56041 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56041@debbugs.gnu.org Cc: Tomasz Jeneralczyk Received: via spool by 56041-submit@debbugs.gnu.org id=B56041.16563386218936 (code B ref 56041); Mon, 27 Jun 2022 14:04:01 +0000 Received: (at 56041) by debbugs.gnu.org; 27 Jun 2022 14:03:41 +0000 Received: from localhost ([127.0.0.1]:52928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5pL3-0002K4-AX for submit@debbugs.gnu.org; Mon, 27 Jun 2022 10:03:41 -0400 Received: from outgoing1.lunanode.net ([172.81.176.235]:34522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5pL0-0002Ju-Sp for 56041@debbugs.gnu.org; Mon, 27 Jun 2022 10:03:39 -0400 Received: from mail1.lunanode.net (mail1.lunanode.net [170.75.162.243]) by outgoing1.lunanode.net (Postfix) with ESMTPS id D710C40064 for <56041@debbugs.gnu.org>; Mon, 27 Jun 2022 14:03:37 +0000 (UTC) From: Tomasz Jeneralczyk Date: Mon, 27 Jun 2022 16:02:40 +0000 Message-Id: X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/benchmark.scm (vkmark): Add variable. --- On suggestion from IRC I: Rewrote the first comment to sound more professional Fixed description to not exceed fill-column on any given line Removed usage documentation from description gnu/packages/benchmark.scm | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) base-commit: b42e52a735722534cef53de874861a921b3d8734 diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index f0e05483f0..0f33e5a0e3 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -11,6 +11,7 @@ ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2020 Greg Hogan ;;; Copyright © 2021 Arun Isaac +;;; Copyright © 2022 Tomasz Jeneralczyk ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,6 +37,7 @@ (define-module (gnu packages benchmark) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system python) + #:use-module (guix build-system meson) #:use-module (gnu packages) #:use-module (gnu packages autotools) #:use-module (gnu packages base) @@ -46,6 +48,9 @@ (define-module (gnu packages benchmark) #:use-module (gnu packages databases) #:use-module (gnu packages docbook) #:use-module (gnu packages kde-frameworks) + #:use-module (gnu packages freedesktop) + #:use-module (gnu packages gl) + #:use-module (gnu packages graphics) #:use-module (gnu packages linux) #:use-module (gnu packages lua) #:use-module (gnu packages maths) @@ -60,6 +65,8 @@ (define-module (gnu packages benchmark) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) + #:use-module (gnu packages vulkan) + #:use-module (gnu packages xorg) #:use-module (gnu packages xml) #:use-module (ice-9 match)) @@ -645,3 +652,44 @@ (define-public sysbench @item @end itemize") (license license:gpl2+))) + +(define-public vkmark + ;; The only ever release is tagged "2017.08" and as its name suggests + ;; it was back in the august of 2017. That version no longer compiles + ;; due to changes in APIs of its libraries. + ;; Latest commit on the other hand seems to be fully working on xcb + ;; and wayland backends. + (let ((commit "d872846e2e7c47010c11227eb713d00ccfdd35c6") + (revision "1")) + (package + (name "vkmark") + (version (git-version "2017.08" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/vkmark/vkmark") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zlryz8i8jvl160bv30ig5nd9h4ahpjfw53ys839i41xi80jjg5d")))) + (build-system meson-build-system) + (native-inputs (list pkg-config)) + ;; The kms back-end, as it is, seems to have bitrot + ;; and would need maintenance to work with current Mesa: + ;; https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916806 + (inputs (list vulkan-loader + vulkan-headers + glm + assimp + libxcb + xcb-util-wm + wayland-protocols + wayland)) + (synopsis "Extensible benchmarking suite for Vulkan") + (description + "vkmark offers a suite of scenes that can be used to measure various +aspects of Vulkan performance. The way in which each scene is rendered is +configurable through a set of options.") + (home-page "https://github.com/vkmark/vkmark") + (license license:lgpl2.1+))))