guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: rng-tools: Do not build randstat binary.


From: guix-commits
Subject: 05/12: gnu: rng-tools: Do not build randstat binary.
Date: Tue, 14 Mar 2023 06:37:34 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit cf111a37f36d28cd54f3b52aa8a8cd02c7206bb9
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 16:14:56 2023 +0000

    gnu: rng-tools: Do not build randstat binary.
    
    This trivial binary is rarely useful.
    
    * gnu/local.mk (dist_patch_DATA): Register patch.
    * gnu/packages/patches/rng-tools-revert-build-randstat.patch: New file.
    * gnu/packages/linux.scm (rng-tools)[origin]: Add patch.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/local.mk                                       |  1 +
 gnu/packages/linux.scm                             |  5 ++-
 .../patches/rng-tools-revert-build-randstat.patch  | 49 ++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 403c5f483e..98ac6175ae 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1807,6 +1807,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch \
   %D%/packages/patches/retroarch-LIBRETRO_DIRECTORY.patch      \
   %D%/packages/patches/r-mixedpower-r2power.patch              \
+  %D%/packages/patches/rng-tools-revert-build-randstat.patch   \
   %D%/packages/patches/rocm-comgr-3.1.0-dependencies.patch     \
   %D%/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch  \
   %D%/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch  \
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1046424c19..e369305652 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6683,7 +6683,10 @@ The collection contains a set of bandwidth and latency 
benchmark such as:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0i00if7xknpm0dhkrm60rxzyyvq0vdibq7dvsd2ncm9pg098qvwj"))))
+                "0i00if7xknpm0dhkrm60rxzyyvq0vdibq7dvsd2ncm9pg098qvwj"))
+              (patches
+               (search-patches "rng-tools-revert-build-randstat.patch"))
+              (patch-flags '("-p0"))))
     (build-system gnu-build-system)
     (arguments
      (list
diff --git a/gnu/packages/patches/rng-tools-revert-build-randstat.patch 
b/gnu/packages/patches/rng-tools-revert-build-randstat.patch
new file mode 100644
index 0000000000..6402884af0
--- /dev/null
+++ b/gnu/packages/patches/rng-tools-revert-build-randstat.patch
@@ -0,0 +1,49 @@
+Source: 
https://src.fedoraproject.org/rpms/rng-tools/blob/aaca5d6d9c9a50e0d0eed74c67b09863ac37149a/f/2-rt-revert-build-randstat.patch
+
+From de2ee0d8b7e8ad2915165ef941a6ec37442a2fdc Mon Sep 17 00:00:00 2001
+From: Vladis Dronov <vdronov@redhat.com>
+Date: Tue, 6 Jul 2021 14:36:46 +0200
+Subject: [PATCH] Revert "Build randstat binary"
+
+We do not want new and mostly useless randstat binary.
+This reverts commit 2ce93190cb0111fcab2f622a539689d70960643a.
+
+Signed-off-by: Vladis Dronov <vdronov@redhat.com>
+---
+ .gitignore          | 3 +--
+ contrib/Makefile.am | 5 +++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git .gitignore .gitignore
+index 943fa2b..5dc334d 100644
+--- .gitignore
++++ .gitignore
+@@ -1,6 +1,6 @@
+ *.a
+ *.o
+-.deps/
++/.deps/
+ /aclocal.m4
+ /ar-lib
+ /autom4te.cache/
+@@ -10,7 +10,6 @@
+ /config.status
+ /config.sub
+ /configure
+-/contrib/randstat
+ /depcomp
+ /install-sh
+ /missing
+diff --git contrib/Makefile.am contrib/Makefile.am
+index a81fb0e..18c4fbc 100644
+--- contrib/Makefile.am
++++ contrib/Makefile.am
+@@ -1,2 +1,3 @@
+-bin_PROGRAMS = randstat
+-randstat_SOURCES = randstat.c
++
++EXTRA_DIST = randstat.c
++
+-- 
+2.26.3
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]