Received: (at submit) by debbugs.gnu.org; 24 Jun 2022 18:40:04 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jun 24 14:40:04 2022 Received: from localhost ([127.0.0.1]:43533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1o4oDs-0000Hh-1B for submit <at> debbugs.gnu.org; Fri, 24 Jun 2022 14:40:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:37052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <antero@HIDDEN>) id 1o4oDp-0000HB-4X for submit <at> debbugs.gnu.org; Fri, 24 Jun 2022 14:40:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <antero@HIDDEN>) id 1o4oDo-00032e-SZ for guix-patches@HIDDEN; Fri, 24 Jun 2022 14:40:00 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:48654) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from <antero@HIDDEN>) id 1o4oDm-0003L2-NN for guix-patches@HIDDEN; Fri, 24 Jun 2022 14:40:00 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4LV5Wr2Mg0z9sT3 for <guix-patches@HIDDEN>; Fri, 24 Jun 2022 20:39:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1656095992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bepJlf+g9tq/xQNgsaH0S7eMhq+Qrf4QfbWR/Whsgts=; b=Pe7SWygs7QtxTCGu2GRLTfKDnlb5pNxh2IupM/+B2iImoh1BEe6/T9dSNaIz3HmysHAoam BHINYuNDEpPki+DqOufV+wGwUIkqbv7rSbQa6jgABHiwgsPmcuhzOg0ke2Ey6C7pp4v0Nk gYpjzl/tHnIY4o9MfScyegv+DqHv/S36aa2lbyqefSIB151cgONANgGrWXo/UcYUdIfolm Izhnh9CswtnrNg7SiScoupnNxIIaL2tkFK2nYDleuY7qlzpR9baBIQnTK1qjZHuOCRNMKR iqZfpbNLW8KvHH2j7GaEb+Vc/v035+JtbIIxmGAa6Cr5tSsqI0uKtzWQhNyw7g== From: Antero Mejr <antero@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] gnu: Add nsync. Date: Fri, 24 Jun 2022 18:39:46 +0000 Message-Id: <20220624183946.23595-1-antero@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MBO-RS-ID: 68675f993dfa8970647 X-MBO-RS-META: s1w9yrtwxxg1e7mbcng8558gedkqr8an X-Rspamd-Queue-Id: 4LV5Wr2Mg0z9sT3 Received-SPF: pass client-ip=80.241.56.171; envelope-from=antero@HIDDEN; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) * gnu/packages/c.scm (nsync): New variable. --- gnu/packages/c.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 3e49539473..9f7e6891b9 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2021 David Dashyan <mail@HIDDEN> ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@HIDDEN> ;;; Copyright © 2022 (unmatched parenthesis <paren@HIDDEN> +;;; Copyright © 2022 Antero Mejr <antero@HIDDEN> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1134,3 +1135,31 @@ (define-public utf8-h C and C++. The functions it provides are like those from the C header string.h, but with a utf8* prefix instead of the str* prefix.") (license license:unlicense)))) + +(define-public nsync + (package + (name "nsync") + (version "1.24.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/google/nsync") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0737jcjw5nxv34zs7ppp6hqimb79k51kjiavgg0ygsfi22a6s0ld")))) + (build-system cmake-build-system) + (home-page "https://github.com/google/nsync") + (synopsis "C library for synchronization primitives") + (description + "nsync is a C library that exports various synchronization primitives: +@enumerate +@item locks +@item condition variables +@item run-once initialization +@item waitable counter (useful for barriers) +@item waitable bit (useful for cancellation, or other conditions) +@end enumerate +") + (license license:asl2.0))) -- 2.36.1
Antero Mejr <antero@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#56202
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.