From unknown Fri Jun 20 07:28:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69104 <69104@debbugs.gnu.org> To: bug#69104 <69104@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add gsl-lite. Reply-To: bug#69104 <69104@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:28:14 +0000 retitle 69104 [PATCH] gnu: Add gsl-lite. reassign 69104 guix-patches submitter 69104 "Paul A. Patience" severity 69104 normal tag 69104 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 13 11:08:47 2024 Received: (at submit) by debbugs.gnu.org; 13 Feb 2024 16:08:47 +0000 Received: from localhost ([127.0.0.1]:45927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZvKw-0003OL-Kt for submit@debbugs.gnu.org; Tue, 13 Feb 2024 11:08:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:60424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZvKs-0003O5-Gn for submit@debbugs.gnu.org; Tue, 13 Feb 2024 11:08:44 -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 1rZvKZ-0003Wo-9H for guix-patches@gnu.org; Tue, 13 Feb 2024 11:08:23 -0500 Received: from mail-4022.proton.ch ([185.70.40.22]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZvKV-0000IH-Dg for guix-patches@gnu.org; Tue, 13 Feb 2024 11:08:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1707840496; x=1708099696; bh=nHuyR5BfH0eO6p55yd6FeO0Cs7Epsq0+cw5Mhs4j2gM=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=GvhoMpHJ/RMQB9NsTW0yItP0UXPpxApRFN/pSW6QpTV+NkXP98jYolqB+fDrBOSu8 jYkKV6gKf2b9gr6yHQTTL3c7t5ZUMAXf5ZNrPQ2WbvT5knjl6Jh1A7Ns4D5d6JaiCP rK8bBFXk1UcWXJgSouMfGRKVzM77NFd3cgSpjjnR10b9Ja3B2oYiSJnhY6BIoN3JFT R3wZKcWEOy+6gT5rJkam/SndKbvbWPkrVnn8FFnPcI5NlsEkYpdH4rP08ZnXnvis48 KQ43O9lJ+5QrrbN1uk9VLjzkd2WQ4Nnw0b+FhbcldIx6zsL6KQxck2WtMZSlOEl8Gv AQGSZw+FKdspg== Date: Tue, 13 Feb 2024 16:08:02 +0000 To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add gsl-lite. Message-ID: <507f007a64c6d919adb902205ab5cdf4f4152dfb.1707840452.git.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.40.22; envelope-from=paul@apatience.com; helo=mail-4022.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_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-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 Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/cpp.scm (gsl-lite): New variable. Change-Id: Ieabc719b09a3ef2d7eb89d3bacfdf8e873b2030c --- gnu/packages/cpp.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 62a1923571..dd12a02859 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -38,7 +38,7 @@ ;;; Copyright =C2=A9 2023 Liliana Marie Prikler ;;; Copyright =C2=A9 2023 Denis 'GNUtoo' Carikli ;;; Copyright =C2=A9 2023 Foundation Devices, Inc. -;;; Copyright =C2=A9 2023 Paul A. Patience +;;; Copyright =C2=A9 2023-2024 Paul A. Patience ;;; ;;; This file is part of GNU Guix. ;;; @@ -274,6 +274,30 @@ (define-public c++-gsl (home-page "https://github.com/microsoft/GSL/") (license license:expat))) =20 +(define-public gsl-lite + (package + (name "gsl-lite") + (version "0.41.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gsl-lite/gsl-lite") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0aj2ck2jdiy05f83bknjb9zjvsi766d11fv6flxm0v9ngp3s5svj")))) + (build-system cmake-build-system) + (arguments + (list #:configure-flags #~(list "-DGSL_LITE_OPT_BUILD_TESTS=3DON"))) + (home-page "https://github.com/gsl-lite/gsl-lite") + (synopsis "Guidelines Support Library for C++98 and later") + (description "@i{gsl-lite} is a single-file header-only implementation= of +the C++ Core Guidelines Support Library, originally based on Microsoft GSL= and +adapted for C++98 and C++03. It is also compatible with C++11, C++14, C++= 17 +and C++20.") + (license license:expat))) + (define-public c2ffi (package (name "c2ffi") base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2 --=20 2.41.0