From unknown Mon Aug 11 21:12:45 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#78089 <78089@debbugs.gnu.org> To: bug#78089 <78089@debbugs.gnu.org> Subject: Status: [PATCH electronics-team v2] gnu: nvc: Update to 1.16.0. Reply-To: bug#78089 <78089@debbugs.gnu.org> Date: Tue, 12 Aug 2025 04:12:45 +0000 retitle 78089 [PATCH electronics-team v2] gnu: nvc: Update to 1.16.0. reassign 78089 guix-patches submitter 78089 Cayetano Santos severity 78089 normal tag 78089 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 27 06:34:36 2025 Received: (at submit) by debbugs.gnu.org; 27 Apr 2025 10:34:36 +0000 Received: from localhost ([127.0.0.1]:39467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8zLI-0007fQ-6x for submit@debbugs.gnu.org; Sun, 27 Apr 2025 06:34:36 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55314) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u8zLG-0007f9-2A for submit@debbugs.gnu.org; Sun, 27 Apr 2025 06:34:34 -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 1u8zL7-0006rp-EG for guix-patches@gnu.org; Sun, 27 Apr 2025 06:34:25 -0400 Received: from latitanza.investici.org ([82.94.249.234]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u8zL5-00041H-PS for guix-patches@gnu.org; Sun, 27 Apr 2025 06:34:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745750062; bh=SbcKDuQ+Xq6qPdCeHkyIJa6ygid/MGVdmyp5OrrOTwA=; h=From:To:Cc:Subject:Date:From; b=P2VeXS1P+JKY1O9m4j0mLl12v60k95Wq2fq/RG94sg6VdBIcOg+qCsGTremuugUgh mgMC53jnOIQVFw421aqKT8xTru5VuAYLyj8WNqgehFGwYxsMoqVFtZ+GyQ+2eefzuQ swWFA5gSQQ2mVtNlrI9Das7hS2m9ms1QJvse8QEo= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZljcZ5bYvzGp6Q; Sun, 27 Apr 2025 10:34:22 +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 4ZljcZ3qmlzGp6N; Sun, 27 Apr 2025 10:34:22 +0000 (UTC) From: Cayetano Santos To: 78076@debbugs.gnu.org Subject: [PATCH electronics-team v2] gnu: nvc: Update to 1.16.0. Date: Sun, 27 Apr 2025 12:33:56 +0200 Message-ID: <0d162c6217e87f6e3c8cfdaa384f92f485d6acbd.1745750036.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=csantosb@inventati.org; helo=latitanza.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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 via Guix-patches via 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 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/fpga.scm (nvc): Update to 1.16.0. Change-Id: If781ed403cd769db85f8265fc242d0f1608d737e --- This v2 includes the missing module gnu/packages/ruby. [arguments] <#:configure-flags> Remove --enable-{vhpi,gcov}. [native-inputs]: Add python and perl; sort. [inputs]: Remove elfutils; sort. Note that: --enable-gcov is intended for debug/development of the simulator itself and should not be enabled in release builds - VHPI is now always enabled at build time and the `--enable-vhpi` configure option has no effect. gnu/packages/fpga.scm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index dfbe1a2894..3872f16036 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -73,6 +73,7 @@ (define-module (gnu packages fpga) #:use-module (gnu packages python) #:use-module (gnu packages python-build) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages ruby) #:use-module (gnu packages qt) #:use-module (gnu packages readline) #:use-module (gnu packages sphinx) @@ -551,7 +552,7 @@ (define-public python-vunit (define-public nvc (package (name "nvc") - (version "1.15.2") + (version "1.16.0") (source (origin (method git-fetch) (uri (git-reference @@ -560,12 +561,11 @@ (define-public nvc (file-name (git-file-name name version)) (sha256 (base32 - "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q")))) + "1hi1mqhjbj7r3wcdkjr6yazwpc7y9lqc0b8bj4ikfgdfsmakm3s4")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t - #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov" - "--enable-llvm") + #:configure-flags #~(list "--enable-tcl" "--enable-llvm") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'clean-up (lambda _ @@ -573,16 +573,17 @@ (define-public nvc (native-inputs (list automake autoconf + check ; for the tests flex gettext-minimal libtool pkg-config - which - check)) ; for the tests + python + ruby + which)) (inputs - (list elfutils + (list libffi llvm - libffi readline tcl `(,zstd "lib"))) base-commit: 7e5913f90df916d8d9f5c509354d62324f54f481 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 28 04:10:02 2025 Received: (at 78089-done) by debbugs.gnu.org; 28 Apr 2025 08:10:02 +0000 Received: from localhost ([127.0.0.1]:52720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u9JYv-0006HB-27 for submit@debbugs.gnu.org; Mon, 28 Apr 2025 04:10:02 -0400 Received: from devianza.investici.org ([198.167.222.108]:55975) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u9JYq-0006GB-7s for 78089-done@debbugs.gnu.org; Mon, 28 Apr 2025 04:09:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745827794; bh=Qj8YmmCP8RL8IAwVNPmxGTzURpUFeynBF8HYMU2L8nY=; h=From:To:Subject:Date:From; b=XoaaYyWRRi3Qqyun9rpZDIqD9tgTgNWLvyZCD7avpyaasvkY2B+LN0L0maQK7d5EF tQs+79T5NJvgqLDXYgQXnm5GZBaRZQqpAlWzbMWGdHp07la7OPNT8O7wV52uJipf5+ EB/BmazdcF5xQ1ZWTVUBDppbqoQQZo91WBfp0uZ0= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZmGMQ2fpbz6vJK for <78089-done@debbugs.gnu.org>; Mon, 28 Apr 2025 08:09:54 +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 4ZmGMQ1SXfz6vJ2 for <78089-done@debbugs.gnu.org>; Mon, 28 Apr 2025 08:09:54 +0000 (UTC) From: Cayetano Santos To: 78089-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 28 Apr 2025 10:09:53 +0200 Message-ID: <87h6287lm6.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-Debbugs-Envelope-To: 78089-done 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 Merged in f1ce653. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaA830RccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgtlEAQCMc0AEZLQftJpZp6/3Chj4cAkW eONmlODvoXckrEtVWgEArzNYDp3nKgSW7S/HMMK/dAmjXcsk3kYCWccb9SfpSgQ= =jEaA -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 11 21:12:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 26 May 2025 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator