all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: odion@efficios.com
To: 72944@debbugs.gnu.org
Cc: Olivier Dion <odion@efficios.com>
Subject: [bug#72944] [PATCH 2/5] gnu: librseq: Update to revision 2
Date: Sun,  1 Sep 2024 18:11:10 -0400	[thread overview]
Message-ID: <808bfb39aa317f61e63f8492dd95b6e4d8e216f8.1725228556.git.olivier.dion@polymtl.ca> (raw)
In-Reply-To: <a91d13a2ea827f4f6d1f2cfc1393735b83f1c03c.1725228556.git.olivier.dion@polymtl.ca>

From: Olivier Dion <odion@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





  reply	other threads:[~2024-09-01 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01 22:09 [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1 odion
2024-09-01 22:11 ` odion [this message]
2024-09-01 22:11 ` [bug#72944] [PATCH 3/5] gnu: lttng-modules: Update to 2.13.14 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 4/5] gnu: lttng-ust: Update to 2.13.8 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 5/5] gnu: lttng-tools: Update to 2.13.14 odion
2024-10-04 15:44 ` bug#72944: [PATCH 1/5] gnu: liburcu: Update to 0.14.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=808bfb39aa317f61e63f8492dd95b6e4d8e216f8.1725228556.git.olivier.dion@polymtl.ca \
    --to=odion@efficios.com \
    --cc=72944@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.