From unknown Sat Sep 06 02:32:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77236] [PATCH] gnu: nvc: Update to 1.15.2. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Mar 2025 11:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77236@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174281626116342 (code B ref -1); Mon, 24 Mar 2025 11:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Mar 2025 11:37:41 +0000 Received: from localhost ([127.0.0.1]:54465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1twg7h-0004FT-82 for submit@debbugs.gnu.org; Mon, 24 Mar 2025 07:37:41 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48096) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1twg7e-0004Ej-CI for submit@debbugs.gnu.org; Mon, 24 Mar 2025 07:37:39 -0400 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 1twg7K-0000Tz-GS for guix-patches@gnu.org; Mon, 24 Mar 2025 07:37:21 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1twg7F-0000bx-Dk for guix-patches@gnu.org; Mon, 24 Mar 2025 07:37:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742816226; bh=Qw9aoC0CN7Ov2T6WC01Fk86vVmQk7tkPGju8u5+/RDs=; h=From:To:Cc:Subject:Date:From; b=cmBKDFjbTzG9oBtw/ct91uHe9C1QJ6yp+kAb8zX7RDjtBV0+I/PYIV7/VahDUEggt /dI0gioZ/4EsscB/GxJ1b13/88/AwBDLa6g81VTVRGqRgOEz5aEi6ZRrWQBB8vkJNQ CE7KO77F5xhQVO63Rn3cZco9ivHVT1AECMRjlD9o= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZLrcf1Bfrz6v9G; Mon, 24 Mar 2025 11:37:06 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZLrcd6sbgz6v97; Mon, 24 Mar 2025 11:37:05 +0000 (UTC) From: Cayetano Santos Date: Mon, 24 Mar 2025 12:36:16 +0100 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/fpga.scm (nvc): Update to 1.15.2. Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 --- - update - enable tcl support - enable coverage support gnu/packages/fpga.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 28ddfb42d4..f015a27417 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -521,7 +521,7 @@ (define-public python-vunit (define-public nvc (package (name "nvc") - (version "1.15.1") + (version "1.15.2") (source (origin (method git-fetch) (uri (git-reference @@ -530,11 +530,11 @@ (define-public nvc (file-name (git-file-name name version)) (sha256 (base32 - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t - #:configure-flags #~(list "--enable-vhpi") + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'clean-up (lambda _ @@ -552,6 +552,8 @@ (define-public nvc (list elfutils llvm-9 libffi + readline + tcl `(,zstd "lib"))) (synopsis "VHDL compiler and simulator") (description "This package provides a VHDL compiler and simulator.") base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 -- 2.49.0 From unknown Sat Sep 06 02:32:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77236] [PATCH] gnu: nvc: Update to 1.15.2. Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Mar 2025 11:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77236@debbugs.gnu.org Cc: csantosb@inventati.org X-Debbugs-Original-To: Cayetano Santos via Guix-patches via X-Debbugs-Original-Cc: 77236@debbugs.gnu.org, Cayetano Santos Received: via spool by 77236-submit@debbugs.gnu.org id=B77236.174281697518760 (code B ref 77236); Mon, 24 Mar 2025 11:50:01 +0000 Received: (at 77236) by debbugs.gnu.org; 24 Mar 2025 11:49:35 +0000 Received: from localhost ([127.0.0.1]:54508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1twgJC-0004sV-Th for submit@debbugs.gnu.org; Mon, 24 Mar 2025 07:49:35 -0400 Received: from mail.z572.online ([88.99.160.180]:43968) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1twgJ8-0004s9-Vq for 77236@debbugs.gnu.org; Mon, 24 Mar 2025 07:49:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1742817332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=L6rHbalnzAYRH3IwVT0/4EUO/WrCD38EMEZ3PmwpNIY=; b=tCdVazwZ3XQmWg2A3tntgEbaCoDwnRRXu5Pjj91WuzzdKaOmTt+e3pd4MQL8EdrxMBrdib Zs5UEH/VlMJ99F3nEmB7SQdydtgCNaxQUue1RTiqXxrAGCuLcC1K0INECcG7ozbCa4btE9 ZS2XE8FWL0A57DRaNTb0+oXKfz00Dqs= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 7064d9bb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 24 Mar 2025 11:55:31 +0000 (UTC) From: Z572 In-Reply-To: (Cayetano Santos via Guix-patches via's message of "Mon, 24 Mar 2025 12:36:16 +0100") References: User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Mon, 24 Mar 2025 19:49:19 +0800 Message-ID: <87a59afy2o.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > > gnu/packages/fpga. [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > > gnu/packages/fpga. [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > > gnu/packages/fpga.scm | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index 28ddfb42d4..f015a27417 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -521,7 +521,7 @@ (define-public python-vunit > (define-public nvc > (package > (name "nvc") > - (version "1.15.1") > + (version "1.15.2") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -530,11 +530,11 @@ (define-public nvc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) > + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) > (build-system gnu-build-system) > (arguments > (list #:out-of-source? #t > - #:configure-flags #~(list "--enable-vhpi") > + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov") > #:phases #~(modify-phases %standard-phases > (add-after 'unpack 'clean-up > (lambda _ > @@ -552,6 +552,8 @@ (define-public nvc > (list elfutils > llvm-9 The minimum supported LLVM version is 8.0. Versions between 8 and 18 have all been tested. Can we use the default llvm or newer llvm here? > libffi > + readline > + tcl > `(,zstd "lib"))) > (synopsis "VHDL compiler and simulator") > (description "This package provides a VHDL compiler and simulator.") > > base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfhRr8ACgkQO1qpk+Gi 3/C6kBAAngzfZxln2bO9dN71JNQYCa+A2ps5zfX7AIE6+M3iYumQSB2HgH5G1hBQ 7D/52xQ++JJiMdFagvw+ojHxjeUcJEn+PZmkyJq8fcBexquzXbVsYoO6g3FKBz/z 4dZKzkOHvaf9zZUWG+jAtd12HKp2rezVodS1zeJ4eXzOc+eY93p7zkQNCLJTuvLN nZACMV4YWdIvhpYdQI0axEm4ACEfcovv5yRjfVyQryOXwVPDgSVfEpUvDiakyz3U hp8kU6MwOQhjFQeOx3XZeKhBhfSv8PvUeyGIbK3pWwyzsEu1Qns4MPXvn32XN8Gr 0nwFk4Z8GDYf4IiZ5trG1z3+HqPTpQeSH/cAo0rYpgkJJlPKOMPfedc/N0nkL036 4PWlcHVLXg4MGBJsNJvDxHR4QRAcw51fSVDomYlRSDEvJQ1IEnNxZLLopaKrgws/ oUB7+nPOTiZ7JcjubjGJPFO4UNwEjzIDcCBDgnw+u+yN4fDs2ZoOcrNb8tZHIeLB Fq8vGkezpzu5i6fD0QgL17ihTvwkEPA5+EIDl0e9kzCYLMIS+YF3XuWSR9Y2HmXo 6mvIT4UPNhGNVJNLBLbqPednfPo5aNZBuTsEXbHjelwDZqdRaiU6roHdThuSY2Sh WNf+I3/7kzQ93IvWrfS/VwejuXEnUJR2737NjnYyETGkOCqpM2k= =lcj3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 06 02:32:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77236] [PATCH] gnu: nvc: Update to 1.15.2. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Mar 2025 13:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Z572 Cc: 77236@debbugs.gnu.org X-Debbugs-Original-Cc: 77236@debbugs.gnu.org, Cayetano Santos via Guix-patches via Received: via spool by 77236-submit@debbugs.gnu.org id=B77236.17428217972717 (code B ref 77236); Mon, 24 Mar 2025 13:10:01 +0000 Received: (at 77236) by debbugs.gnu.org; 24 Mar 2025 13:09:57 +0000 Received: from localhost ([127.0.0.1]:54758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1twhYy-0000hl-Sr for submit@debbugs.gnu.org; Mon, 24 Mar 2025 09:09:57 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:27937) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1twhYt-0000hW-P8 for 77236@debbugs.gnu.org; Mon, 24 Mar 2025 09:09:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742821789; bh=BHzVoWhsqNj+BmJAKZhtz51v7WK4kFTe5xi3j15ggTk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=O62ZNNIVAkt1GeEs4YZerNeeE78IAZ/NBCh25YbWIYaVpDbMXyNw6S8oF2ldD3SGa TQAqCZFPZkOh0SW7N40nEYEhiMGKYHTXdFXz6C7oJ9cSr52GXdz9RW2zeelD7wPWkp R+9sd3n1kK1GcT+RV/vdMI3Oo8bwAj/Tj1HRsHt8= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZLtgd6nqjzGp3B; Mon, 24 Mar 2025 13:09:49 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZLtgd5VXQzGp2v; Mon, 24 Mar 2025 13:09:49 +0000 (UTC) From: Cayetano Santos In-Reply-To: <87a59afy2o.fsf@z572.online> (z572@z572.online's message of "Mon, 24 Mar 2025 19:49:19 +0800") References: <87a59afy2o.fsf@z572.online> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 24 Mar 2025 14:09:48 +0100 Message-ID: <87ecym60df.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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: -1.7 (-) --=-=-= Content-Type: text/plain >> @@ -552,6 +552,8 @@ (define-public nvc >> (list elfutils >> llvm-9 > > The minimum supported LLVM version is 8.0. Versions between 8 and 18 have all been > tested. > > Can we use the default llvm or newer llvm here? Sure ! Good catch. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ+FZnBccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mggRUAQCxkfK8M162X5Zf364eZuOIHe6b KCSI2E2tHX3kTdiyCAEA8AJzpZvSNeCuYSyi4rDyKAQST5yVW9JmpH+oehS2XwI= =UBTb -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 06 02:32:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77236] [PATCH v1] gnu: nvc: Update to 1.15.2. References: In-Reply-To: Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Mar 2025 13:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77236@debbugs.gnu.org Cc: Cayetano Santos Received: via spool by 77236-submit@debbugs.gnu.org id=B77236.17428222574371 (code B ref 77236); Mon, 24 Mar 2025 13:18:02 +0000 Received: (at 77236) by debbugs.gnu.org; 24 Mar 2025 13:17:37 +0000 Received: from localhost ([127.0.0.1]:54794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1twhgO-00018R-Vz for submit@debbugs.gnu.org; Mon, 24 Mar 2025 09:17:37 -0400 Received: from devianza.investici.org ([198.167.222.108]:32709) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1twhgJ-000187-CM for 77236@debbugs.gnu.org; Mon, 24 Mar 2025 09:17:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742822249; bh=C6nHXrP3y16a6uAIsbUw24+IGurOCbxsOHc2JUylJQA=; h=From:To:Cc:Subject:Date:From; b=f3ZTf7M1Z8bjH5dccNnI9JKtU84ukm9KA7+B2LFJg+ZOVUkev0hXxJz5S+ny60mtP EmLmry9xNFlv1kasDaC/LzfZsIsJycgvvk4PX9IdL7R17cfzZWnNOJ0WKcidQenW/y b6QESFGMrUFgPmW8Gqjej6sfZ2ZglyuEyp/R5/js= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZLtrT38wGz6vBD; Mon, 24 Mar 2025 13:17:29 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZLtrT1kXWz6v9C; Mon, 24 Mar 2025 13:17:29 +0000 (UTC) From: Cayetano Santos Date: Mon, 24 Mar 2025 14:16:36 +0100 Message-ID: <5d58b67103a86e7ec03297f9b0c8030e441e5ec7.1742822196.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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: -1.7 (-) * gnu/packages/fpga.scm (nvc): Update to 1.15.2. Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 --- - update - enable tcl support - enable coverage support - update and enable llvm gnu/packages/fpga.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 28ddfb42d4..893e875276 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -521,7 +521,7 @@ (define-public python-vunit (define-public nvc (package (name "nvc") - (version "1.15.1") + (version "1.15.2") (source (origin (method git-fetch) (uri (git-reference @@ -530,11 +530,12 @@ (define-public nvc (file-name (git-file-name name version)) (sha256 (base32 - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t - #:configure-flags #~(list "--enable-vhpi") + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov" + "--enable-llvm") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'clean-up (lambda _ @@ -550,8 +551,10 @@ (define-public nvc check)) ; for the tests (inputs (list elfutils - llvm-9 + llvm libffi + readline + tcl `(,zstd "lib"))) (synopsis "VHDL compiler and simulator") (description "This package provides a VHDL compiler and simulator.") base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 -- 2.49.0 From unknown Sat Sep 06 02:32:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77236] [PATCH v1] gnu: nvc: Update to 1.15.2. Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Mar 2025 09:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77236@debbugs.gnu.org Cc: 77236-done@debbugs.gnu.org, Cayetano Santos X-Debbugs-Original-To: Cayetano Santos via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.174297987225528 (code B ref -1); Wed, 26 Mar 2025 09:05:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Mar 2025 09:04:32 +0000 Received: from localhost ([127.0.0.1]:41327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txMgZ-0006dg-UF for submit@debbugs.gnu.org; Wed, 26 Mar 2025 05:04:32 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56960) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txMgX-0006dL-23 for submit@debbugs.gnu.org; Wed, 26 Mar 2025 05:04:29 -0400 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 1txMgH-0008Up-E8 for guix-patches@gnu.org; Wed, 26 Mar 2025 05:04:20 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1txMgF-0007Ww-IR for guix-patches@gnu.org; Wed, 26 Mar 2025 05:04:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1742980209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PopJmGf3FHirJeNbDsX078ltpmjT3mfYxbjIqBIrDCk=; b=WXDpaZDT0F2aae7CriWlBGM2CzIgnQ944mChnYBRtTlfbBX92or6OcSzm6O+PXvTP7UkCA qJ4f1n0HIdaaydP3HhcbyrxGFUaCfzpBH/1fiVxIq695mEz87zn9OgajJm7Gds/2zESlt7 xVNSyQefJQXNaSEeqbmAqHC9E69GqbE= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 2aa4f2f4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 26 Mar 2025 09:10:07 +0000 (UTC) From: Z572 In-Reply-To: <5d58b67103a86e7ec03297f9b0c8030e441e5ec7.1742822196.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Mon, 24 Mar 2025 14:16:36 +0100") References: <5d58b67103a86e7ec03297f9b0c8030e441e5ec7.1742822196.git.csantosb@inventati.org> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Wed, 26 Mar 2025 17:03:51 +0800 Message-ID: <87sen0duyw.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable llvm > > gnu/packages/fpga.scm | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index 28ddfb42d4..893e875276 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -521,7 +521,7 @@ (define-public python-vunit > (define-public nvc > (package > (name "nvc") > - (version "1.15.1") > + (version "1.15.2") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -530,11 +530,12 @@ (define-public nvc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) > + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) > (build-system gnu-build-system) > (arguments > (list #:out-of-source? #t > - #:configure-flags #~(list "--enable-vhpi") > + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov" > + "--enable-llvm") > #:phases #~(modify-phases %standard-phases > (add-after 'unpack 'clean-up > (lambda _ > @@ -550,8 +551,10 @@ (define-public nvc > check)) ; for the tests > (inputs > (list elfutils > - llvm-9 > + llvm > libffi > + readline > + tcl > `(,zstd "lib"))) > (synopsis "VHDL compiler and simulator") > (description "This package provides a VHDL compiler and simulator.") > > base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfjwvcACgkQO1qpk+Gi 3/B9eA/+I3xZkgmKQKwHdmGYP+ev03TIMIQ1t9A/UARGcVxZkMYs/AkHBacDDTNc /7LObBt2XIzMEoKuvIWJfJNDzJ93aZ3ruehkii7D1Q7xIjs47E8JF7XAsHtrfGiV A9F4s1P6VVO0nG1rcWtgUA2eZcUgMF/CVQ1kJzEdp5iwaiAM0RpPdu1sE1nbwHHa zNCtFBVP5na4W0C1ze3aX4xuvBkwD6xK1/LeTW2tID/y8iom+R8+EGEO1W0P/r3h FmAuoc7FuQMtWCBp2PxBo58AWEBwAZo5niO0V6zK8JaMO0elWSr+ovhmFQLNOkQP +EOZGw6hD5eDXN7CKQ6fbBgAXZM3BQCLtryAHyn+A4v8DJ6gR9kYv/47BSuW7utt 9u1P2qI7nTLo1lHA0hV6/fqRY22nMsQ0nqU6qNz01Vi6AZb8C3zgXHZ5fNPGdBjK q/6v3N/XSxMOFB+hhnJAFEIbEc3stDOx1UyAG3afOv+R2aLif1L42cUgWozeBS2J iO+ueQXlheO4mZyObfJBYrOoaAvP4wR1qd9C0Y5r04CVPsF2LMKiLZba7LyrYnz5 CoSMcvf09ZjOG7zuataZ5YBzkSpxFEBJIyg0LsJscLCmhmY8rpZ2bRNCB23fRUeM AoX6zow3mOA++rUjM8bRYZXI/h3ckaa8kNQQLiiZJVIyCTFbk5o= =AA5H -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 06 02:32:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#77236: closed (Re: [bug#77236] [PATCH v1] gnu: nvc: Update to 1.15.2.) Message-ID: References: <87sen0duyw.fsf@z572.online> X-Gnu-PR-Message: they-closed 77236 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77236@debbugs.gnu.org Date: Wed, 26 Mar 2025 09:05:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1742979903-25594-1" This is a multi-part message in MIME format... ------------=_1742979903-25594-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77236: [PATCH] gnu: nvc: Update to 1.15.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77236@debbugs.gnu.org. --=20 77236: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77236 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1742979903-25594-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77236-done) by debbugs.gnu.org; 26 Mar 2025 09:04:12 +0000 Received: from localhost ([127.0.0.1]:41324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txMgG-0006cw-Az for submit@debbugs.gnu.org; Wed, 26 Mar 2025 05:04:12 -0400 Received: from mail.z572.online ([88.99.160.180]:37352) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txMgD-0006ci-EF for 77236-done@debbugs.gnu.org; Wed, 26 Mar 2025 05:04:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1742980209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PopJmGf3FHirJeNbDsX078ltpmjT3mfYxbjIqBIrDCk=; b=WXDpaZDT0F2aae7CriWlBGM2CzIgnQ944mChnYBRtTlfbBX92or6OcSzm6O+PXvTP7UkCA qJ4f1n0HIdaaydP3HhcbyrxGFUaCfzpBH/1fiVxIq695mEz87zn9OgajJm7Gds/2zESlt7 xVNSyQefJQXNaSEeqbmAqHC9E69GqbE= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 2aa4f2f4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 26 Mar 2025 09:10:07 +0000 (UTC) From: Z572 To: Cayetano Santos via Guix-patches via Subject: Re: [bug#77236] [PATCH v1] gnu: nvc: Update to 1.15.2. In-Reply-To: <5d58b67103a86e7ec03297f9b0c8030e441e5ec7.1742822196.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Mon, 24 Mar 2025 14:16:36 +0100") References: <5d58b67103a86e7ec03297f9b0c8030e441e5ec7.1742822196.git.csantosb@inventati.org> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Wed, 26 Mar 2025 17:03:51 +0800 Message-ID: <87sen0duyw.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 77236-done Cc: 77236-done@debbugs.gnu.org, Cayetano Santos 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.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (nvc): Update to 1.15.2. > > Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 > --- > > - update > - enable tcl support > - enable coverage support > - update and enable llvm > > gnu/packages/fpga.scm | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index 28ddfb42d4..893e875276 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -521,7 +521,7 @@ (define-public python-vunit > (define-public nvc > (package > (name "nvc") > - (version "1.15.1") > + (version "1.15.2") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -530,11 +530,12 @@ (define-public nvc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) > + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) > (build-system gnu-build-system) > (arguments > (list #:out-of-source? #t > - #:configure-flags #~(list "--enable-vhpi") > + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov" > + "--enable-llvm") > #:phases #~(modify-phases %standard-phases > (add-after 'unpack 'clean-up > (lambda _ > @@ -550,8 +551,10 @@ (define-public nvc > check)) ; for the tests > (inputs > (list elfutils > - llvm-9 > + llvm > libffi > + readline > + tcl > `(,zstd "lib"))) > (synopsis "VHDL compiler and simulator") > (description "This package provides a VHDL compiler and simulator.") > > base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfjwvcACgkQO1qpk+Gi 3/B9eA/+I3xZkgmKQKwHdmGYP+ev03TIMIQ1t9A/UARGcVxZkMYs/AkHBacDDTNc /7LObBt2XIzMEoKuvIWJfJNDzJ93aZ3ruehkii7D1Q7xIjs47E8JF7XAsHtrfGiV A9F4s1P6VVO0nG1rcWtgUA2eZcUgMF/CVQ1kJzEdp5iwaiAM0RpPdu1sE1nbwHHa zNCtFBVP5na4W0C1ze3aX4xuvBkwD6xK1/LeTW2tID/y8iom+R8+EGEO1W0P/r3h FmAuoc7FuQMtWCBp2PxBo58AWEBwAZo5niO0V6zK8JaMO0elWSr+ovhmFQLNOkQP +EOZGw6hD5eDXN7CKQ6fbBgAXZM3BQCLtryAHyn+A4v8DJ6gR9kYv/47BSuW7utt 9u1P2qI7nTLo1lHA0hV6/fqRY22nMsQ0nqU6qNz01Vi6AZb8C3zgXHZ5fNPGdBjK q/6v3N/XSxMOFB+hhnJAFEIbEc3stDOx1UyAG3afOv+R2aLif1L42cUgWozeBS2J iO+ueQXlheO4mZyObfJBYrOoaAvP4wR1qd9C0Y5r04CVPsF2LMKiLZba7LyrYnz5 CoSMcvf09ZjOG7zuataZ5YBzkSpxFEBJIyg0LsJscLCmhmY8rpZ2bRNCB23fRUeM AoX6zow3mOA++rUjM8bRYZXI/h3ckaa8kNQQLiiZJVIyCTFbk5o= =AA5H -----END PGP SIGNATURE----- --=-=-=-- ------------=_1742979903-25594-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Mar 2025 11:37:41 +0000 Received: from localhost ([127.0.0.1]:54465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1twg7h-0004FT-82 for submit@debbugs.gnu.org; Mon, 24 Mar 2025 07:37:41 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48096) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1twg7e-0004Ej-CI for submit@debbugs.gnu.org; Mon, 24 Mar 2025 07:37:39 -0400 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 1twg7K-0000Tz-GS for guix-patches@gnu.org; Mon, 24 Mar 2025 07:37:21 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1twg7F-0000bx-Dk for guix-patches@gnu.org; Mon, 24 Mar 2025 07:37:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742816226; bh=Qw9aoC0CN7Ov2T6WC01Fk86vVmQk7tkPGju8u5+/RDs=; h=From:To:Cc:Subject:Date:From; b=cmBKDFjbTzG9oBtw/ct91uHe9C1QJ6yp+kAb8zX7RDjtBV0+I/PYIV7/VahDUEggt /dI0gioZ/4EsscB/GxJ1b13/88/AwBDLa6g81VTVRGqRgOEz5aEi6ZRrWQBB8vkJNQ CE7KO77F5xhQVO63Rn3cZco9ivHVT1AECMRjlD9o= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZLrcf1Bfrz6v9G; Mon, 24 Mar 2025 11:37:06 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZLrcd6sbgz6v97; Mon, 24 Mar 2025 11:37:05 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: nvc: Update to 1.15.2. Date: Mon, 24 Mar 2025 12:36:16 +0100 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/fpga.scm (nvc): Update to 1.15.2. Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666 --- - update - enable tcl support - enable coverage support gnu/packages/fpga.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 28ddfb42d4..f015a27417 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -521,7 +521,7 @@ (define-public python-vunit (define-public nvc (package (name "nvc") - (version "1.15.1") + (version "1.15.2") (source (origin (method git-fetch) (uri (git-reference @@ -530,11 +530,11 @@ (define-public nvc (file-name (git-file-name name version)) (sha256 (base32 - "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) + "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t - #:configure-flags #~(list "--enable-vhpi") + #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'clean-up (lambda _ @@ -552,6 +552,8 @@ (define-public nvc (list elfutils llvm-9 libffi + readline + tcl `(,zstd "lib"))) (synopsis "VHDL compiler and simulator") (description "This package provides a VHDL compiler and simulator.") base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6 -- 2.49.0 ------------=_1742979903-25594-1--