GNU bug report logs -
#72944
[PATCH 1/5] gnu: liburcu: Update to 0.14.1.
Previous Next
Reported by: odion <at> efficios.com
Date: Sun, 1 Sep 2024 22:11:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Olivier Dion <odion <at> efficios.com>
* gnu/packages/engineering.scm (librseq): Update to revision 2.
[inputs]: Add numactl.
[native-inputs]: Add pkg-config.
Change-Id: I5b4f38e59e0a59156eea42519a1e2e32cbb2fa44
---
gnu/packages/engineering.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 65c95b80bb..9de7cc2d20 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1286,8 +1286,8 @@ (define-public kicad-templates
(define-public librseq
;; There's no release.
- (let ((commit "170f840b498e1aff068b90188727a656111bfc2f")
- (revision "1"))
+ (let ((commit "c3ed6b64bbe1944bd8de8b9fde14e7c290f02a90")
+ (revision "2"))
(package
(name "librseq")
(version (git-version "0.0.0" revision commit))
@@ -1299,9 +1299,15 @@ (define-public librseq
(file-name (git-file-name name version))
(sha256
(base32
- "0rdx59y8y9x8cfmmx5gl66gibkzpk3kw5lrrqhrxan8zr37a055y"))))
+ "046lrfw87gjbr4rvs054s6wk22c4xcmrcww04wkpnxmy5vp33mk3"))))
(build-system gnu-build-system)
- (native-inputs (list autoconf automake libtool))
+ (inputs
+ (list numactl))
+ (native-inputs
+ (list autoconf
+ automake
+ libtool
+ pkg-config))
(home-page "https://github.com/compudj/librseq")
(synopsis "Userspace library for restartable sequences")
(description "A restartable sequence is a critical region delimited by a
--
2.45.2
This bug report was last modified 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.