From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id QLFqDcVngGMmiQAAbAwnHQ (envelope-from ) for ; Fri, 25 Nov 2022 07:59:17 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aGAqDcVngGPtYwEAauVa8A (envelope-from ) for ; Fri, 25 Nov 2022 07:59:17 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E318132A62 for ; Fri, 25 Nov 2022 07:59:16 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oySfx-0007XY-Dw; Fri, 25 Nov 2022 01:59:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfu-0007Wx-KZ for guix-patches@gnu.org; Fri, 25 Nov 2022 01:59:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oySfu-000402-7j for guix-patches@gnu.org; Fri, 25 Nov 2022 01:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oySfu-00037v-4P for guix-patches@gnu.org; Fri, 25 Nov 2022 01:59:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59561] [PATCH] gnu: Add cl-atomichron. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Nov 2022 06:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59561 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59561@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166935953211988 (code B ref -1); Fri, 25 Nov 2022 06:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Nov 2022 06:58:52 +0000 Received: from localhost ([127.0.0.1]:33180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfj-00037I-LL for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:41516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfh-00037A-SO for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfh-0007WT-M7 for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfe-00033u-9D for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Date: Fri, 25 Nov 2022 06:58:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1669359521; x=1669618721; bh=tUcSSxXlSCsEeZ+uFSQNV6CbAdKUZxVzBd5KFK2bYAA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=YLLZ8iDeNWBJVoaLrypgEw1UNVJKFCPI4rvo4UCoMPh7kTqz7Foet7gMkVOoWITgB mDg7OR40WJFTfSuoZHht6eX3zDcfaqzv9LsTPRm/g7W5FcbeCwl27VBw0iBomAzmLD 9jdqHOYr3wnq4NpnDoyi56fGzspwAx1bLl7gWsrbjxrs7YXeKubhsFhq9ZMqeDRZ6a pEsgWE/IbRqLeKdg7C2kOfKroh0SiOxXmis8lOhMvtJumRg3hLgWviTVGd8OT05jW4 wwoPel9HL9nzIKZtq6q2A0qQQSslA873yMRbvbkXT918C/Y1sZRts+ccp+WHN/UXWz PfTMZRcNkS+lg== From: "Paul A. Patience" Message-ID: <20221125065830.139813-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.23; envelope-from=paul@apatience.com; helo=mail-4323.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669359556; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=tUcSSxXlSCsEeZ+uFSQNV6CbAdKUZxVzBd5KFK2bYAA=; b=V57gcRyKGvkyTKQei/kMpJ7GnhooCG050AwZIHJgr7PwgWPKTzrOzbnwK9qCiu5yqZN8Kl QVnpqH7W+guPHj5cqpQU9vwA2eAVAKjNdxT8rFC3PIzwEm7cCBhw9vlJzo7FMCJtdirgHl 0uykBMDAwM9ngW0UmIdSG7Lm3UO4pO4D5RMJOFPV0tV0qj+eiGLFHs2xZN3a4Oh3OgVg5c HgpEJ55MC92GLAragONblKea9T13OmUvhKunbLcPNrku3mGu+1QPQNH3Kj0KnfB9x+0deq Xy/4w08yIweCFdkydNTZL+L682Uk9NUtEqzU9uuYgO698dawP9E4jT3VdGr7Zg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669359556; a=rsa-sha256; cv=none; b=lyMGvsVV+lPg0cvEswLOjYyWA2vuuKhdD4vLrdm8SlTFArbjrC8V/weviZQxmihYRMPeqg MD57Cb+nNSWh3/ua2OsqYu3F12SCxv5ejSSBwoV+d7YwgHqUxhz8q1F0Xp4J1lYVv89MNX UVQa53Ddyv5nDLmkBRPOqRQKmDVgr/6vVkIdH+nZBB+UgixIUoDViiwBDKpa2T1wYsaR4o g1lskISH1xRDeA+ThkyPIOA5Y7mE1P0btXzAGjRFXd/KOUIDlFfyV6cmVJKji9wiZO4Ap9 66R+KHi3ii2nx8HP04gZ03cFqCgVECMcQeJ22mEVHzzhkjH5ocMfMTorcbM6wA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=YLLZ8iDe; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 1.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=YLLZ8iDe; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E318132A62 X-Spam-Score: 1.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: c9mb4Lh3YvTl * gnu/packages/lisp-xyz.scm (sbcl-atomichron, cl-atomichron, ecl-atomichron): New variables. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 005364a5ac..117e38750e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -15147,6 +15147,40 @@ (define-public cl-the-cost-of-nothing (define-public ecl-the-cost-of-nothing (sbcl-package->ecl-package sbcl-the-cost-of-nothing)) +(define-public sbcl-atomichron + (let ((commit "5b3578bbad8c37ab559e56924d98c373efe11de5") + (revision "0")) + (package + (name "sbcl-atomichron") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/no-defun-allowed/atomichron") + (commit commit))) + (file-name (git-file-name "cl-atomichron" version)) + (sha256 + (base32 "1fmmhb3pbv7j4d1cc02zv24bpd0kd2agfjjcj46w3gmv1bb0hva1"))= )) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-atomics sbcl-bordeaux-threads)) + (home-page "https://github.com/no-defun-allowed/atomichron") + (synopsis "Atomic metering library for Common Lisp") + (description + "@code{atomichron} is a Common Lisp library which implements a time +meter which tracks how many times a form is evaluated, and how long evalua= tion +takes. It uses atomic instructions so that meters will present correct +results in the presence of multiple threads, while trying to minimize +synchronization latency.") + (license license:bsd-2)))) + +(define-public cl-atomichron + (sbcl-package->cl-source-package sbcl-atomichron)) + +(define-public ecl-atomichron + (sbcl-package->ecl-package sbcl-atomichron)) + (define-public sbcl-glyphs (let ((commit "1ff5714e8c1dca327bc604dfe3e3d1f4b7755373")) (package -- 2.38.0