unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@ist.tugraz.at>
To: Olivier Dion <olivier.dion@polymtl.ca>, 54757@debbugs.gnu.org
Subject: [bug#54757] [PATCH] gnu: Add librseq.
Date: Thu, 07 Apr 2022 08:06:18 +0200	[thread overview]
Message-ID: <adf6b85db25408349af9e9b3abbb7b2353e2a022.camel@ist.tugraz.at> (raw)
In-Reply-To: <eb897ca2f879013bc5d792e8eaa792e68ac1789f.1649287765.git.olivier.dion@polymtl.ca>

Am Mittwoch, dem 06.04.2022 um 19:30 -0400 schrieb Olivier Dion:
> * gnu/packages/engineering.scm (librseq): New variable.
> ---
>  gnu/packages/engineering.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/gnu/packages/engineering.scm
> b/gnu/packages/engineering.scm
> index cb721ddd2e..9b0a917f8e 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -1148,6 +1148,31 @@ (define-public kicad-templates
>      (description "This package contains the official KiCad project
> and
>  worksheet templates.")))
>  
> +(define-public librseq
> +  (let ((commit "170f840b498e1aff068b90188727a656111bfc2f")
> +        (hash
> "0rdx59y8y9x8cfmmx5gl66gibkzpk3kw5lrrqhrxan8zr37a055y"))
Missing revision.  Also specify why a non-release commit is used.
> +    (package
> +      (name "librseq")
> +      (version "0.0.0")
Use git-version.
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/compudj/librseq.git")
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256 (base32 hash))))
Type out hash.
> +      (build-system gnu-build-system)
> +      (native-inputs (list autoconf automake libtool))
> +      (propagated-inputs (list linux-libre-headers))
> +      (home-page "https://github.com/compudj/librseq")
> +      (synopsis "Userspace library for restartable sequences")
> +      (description "A restartable sequence is a critical region
> delimited by a
> +program where if the execution its preempted or interrupted, the
> kernel will
> +divert the program control flow to a custom handler.  They are a
> good
> +alternative to atomic operations for critical fast paths and are
> usually used
> +in the context of per-cpu data.")
> +      (license (list license:lgpl2.1 license:expat)))))
> +
Cheers




  reply	other threads:[~2022-04-07  6:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 23:30 [bug#54757] [PATCH] gnu: Add librseq Olivier Dion via Guix-patches via
2022-04-07  6:06 ` Liliana Marie Prikler [this message]
2022-04-07 13:40   ` [bug#54757] [PATCH v2] " Olivier Dion via Guix-patches via
2022-04-12 21:48     ` bug#54757: [PATCH] " 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=adf6b85db25408349af9e9b3abbb7b2353e2a022.camel@ist.tugraz.at \
    --to=liliana.prikler@ist.tugraz.at \
    --cc=54757@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).